remove sudo commands

This commit is contained in:
BeatLink 2019-07-14 18:34:02 -05:00
parent b77789e7bd
commit 78a8e31956

View file

@ -173,9 +173,9 @@ printf "\n\n---------------------------------------- FLATPAK BUILD -------------
# Install flatpak # Install flatpak
printf "\nInstalling Flatpak Builder\n"; printf "\nInstalling Flatpak Builder\n";
sudo add-apt-repository -y ppa:alexlarsson/flatpak; add-apt-repository -y ppa:alexlarsson/flatpak;
sudo apt update; apt update;
sudo apt install -y flatpak flatpak-builder; apt install -y flatpak flatpak-builder;
# Install build dependencies # Install build dependencies
printf "\nInstalling flatpak build dependencies\n"; printf "\nInstalling flatpak build dependencies\n";