fix adding user
This commit is contained in:
parent
260d362d3b
commit
aa9279d770
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
image_additional_mb: 1500 # enlarge free space to 1.5 GB
|
image_additional_mb: 1500 # enlarge free space to 1.5 GB
|
||||||
optimize_image: true
|
optimize_image: true
|
||||||
commands: |
|
commands: |
|
||||||
sudo adduser inky
|
sudo useradd -p ${{ secrets.INKY_INITAL_PASSWORD }} inky
|
||||||
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
|
sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,gpio,i2c,spi inky
|
||||||
su - inky
|
su - inky
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
|
Loading…
Reference in New Issue
Block a user