This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installParsec.sh

7 lines
197 B
Bash
Raw Normal View History

2021-11-09 13:54:37 +01:00
# On télécharge le paquet
wget -q --show-progress https://builds.parsec.app/package/parsec-linux.deb -O parsec.deb
# On l'installe
2021-11-09 22:41:00 +01:00
sudo apt install ./parsec.deb -y
2021-11-09 13:54:37 +01:00
# On le supprime
rm parsec.deb