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

6 lines
197 B
Bash

# 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 -y
# On le supprime
rm parsec.deb