mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2024-12-22 18:55:33 +00:00
Fix sudo
This commit is contained in:
parent
1c735fb395
commit
dece2630ad
1
.github/workflows/mkbsd.yml
vendored
1
.github/workflows/mkbsd.yml
vendored
|
@ -10,7 +10,6 @@ jobs:
|
||||||
|
|
||||||
- name: Run Python Script & Create zip file
|
- name: Run Python Script & Create zip file
|
||||||
run: |
|
run: |
|
||||||
apt install sudo
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3
|
sudo apt install python3
|
||||||
pip install aiohttp
|
pip install aiohttp
|
||||||
|
|
Loading…
Reference in a new issue