Skip to content

Commit

Permalink
Merge branch 'master' into opi-24-image-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 27, 2024
2 parents db8325c + c5a1e83 commit 38e3836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ else
echo "creating pi user"
useradd pi -m -b /home -s /bin/bash
usermod -a -G sudo pi
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 38e3836

Please sign in to comment.