Auto confirm parsec install
This commit is contained in:
parent
cec2ae8efc
commit
be2e69a1e8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# On télécharge le paquet
|
||||
wget -q --show-progress https://builds.parsec.app/package/parsec-linux.deb -O parsec.deb
|
||||
# On l'installe
|
||||
sudo apt install ./parsec.deb
|
||||
sudo apt install ./parsec.deb -y
|
||||
# On le supprime
|
||||
rm parsec.deb
|
||||
|
|
Reference in a new issue