fix flatpak build
This commit is contained in:
parent
89958881a5
commit
1352d7ceaa
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ printf "\n\n-------------------------------------- PREBUILD --------------------
|
||||||
|
|
||||||
# Installs some needed dependencies
|
# Installs some needed dependencies
|
||||||
printf "\nInstalling script dependencies\n";
|
printf "\nInstalling script dependencies\n";
|
||||||
|
apt update;
|
||||||
apt install gnupg2;
|
apt install gnupg2;
|
||||||
echo 'deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main' >> /etc/apt/source.list;
|
echo 'deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu bionic main' >> /etc/apt/source.list;
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FA577F07;
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FA577F07;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue