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
2021-12-28 17:05:59 +01:00

10 lines
235 B
Bash

# Downloading package
wget -q --show-progress https://builds.parsec.app/package/parsec-linux.deb -O parsec.deb
# Installing Parsec
sudo apt install ./parsec.deb -y
# Removing package
rm parsec.deb
echo -e "\nParsec installed! 🎉"