We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975d7dc commit 5496282Copy full SHA for 5496282
installer/stock_raspbian/scripts/clean_device.sh
@@ -32,6 +32,7 @@ echo "Resetting hostname and hosts files in /boot/coder_settings."
32
touch /boot/coder_settings/reset.txt
33
cp ../../../raspbian-addons/boot/coder_settings/hosts.txt /boot/coder_settings/hosts.txt
34
cp ../../../raspbian-addons/boot/coder_settings/hostname.txt /boot/coder_settings/hostname.txt
35
+echo "nameserver 8.8.8.8" >/etc/resolv.conf
36
echo ""
37
38
echo "Resetting wifi and network defaults."
0 commit comments