added sudo to the rc.local line
This commit is contained in:
parent
c320032c2f
commit
a6ae96c5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ echo "--- changing static ip address to 192.168.12.1 ---"
|
|||
cp -f dhcpcd.conf /etc/dhcpcd.conf
|
||||
|
||||
echo"--- preventing this script from running next reboot ---"
|
||||
cp -f normalrc.local /etc/rc.local
|
||||
sudo cp -f normalrc.local /etc/rc.local
|
||||
|
||||
echo "--- Finished setup! Rebooting now ---"
|
||||
sleep 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue