remove sudo commands
This commit is contained in:
parent
b77789e7bd
commit
78a8e31956
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue