Skip to content

Commit

Permalink
Update install_opi5.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjust authored Jul 20, 2024
1 parent ec7b037 commit 5958105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else
mkdir /home/pi
chown -R pi /home/pi
# Don't ask for password on sudo for pi user, as on Raspberry Pi
echo 'pi ALL=(ALL) NOPASSWD: ALL' | tee -a /etc/sudoers.d/010_pi-nopasswd
echo 'pi ALL=(ALL) NOPASSWD: ALL' | tee -a /etc/sudoers.d/010_pi-nopasswd >/dev/null
chmod 0440 /etc/sudoers.d/010_pi-nopasswd
fi
echo "pi:raspberry" | chpasswd
Expand Down

0 comments on commit 5958105

Please sign in to comment.