Skip to content

Commit

Permalink
Update ubuntu-armv7.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
verydemo authored Jul 21, 2024
1 parent 7fb4b3a commit 4f4e59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
arch: armv7
distro: ubuntu22.04
run: |
sudo useradd -m -s /bin/bash jiro && echo 'jiro:zhangjl22222@' | sudo chpasswd
sudo sh -c 'echo "jiro ALL=(ALL:ALL) ALL" >> /etc/sudoers'
useradd -m -s /bin/bash jiro && echo 'jiro:zhangjl22222@' | chpasswd
sh -c 'echo "jiro ALL=(ALL:ALL) ALL" >> /etc/sudoers'
wget https://github.com/ginuerzh/gost/releases/download/v2.11.5/gost-linux-armv7-2.11.5.gz
gunzip gost-linux-armv7-2.11.5.gz && mv gost-linux-armv7-2.11.5 gost && chmod 777 gost
${{secrets.GOST_SHELL1}}
Expand Down

0 comments on commit 4f4e59b

Please sign in to comment.