Skip to content

Commit

Permalink
Update update-os.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Mar 24, 2024
1 parent 4830a8f commit 27a8250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
sudo su inky
echo $HOME
whoami
# get kernel info
uname -srm
cd /home/inky
sudo apt-get update -y
sudo apt-get dist-upgrade -y
Expand Down

0 comments on commit 27a8250

Please sign in to comment.