Fix flatpak build
This commit is contained in:
parent
1352d7ceaa
commit
7d24333c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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 update;
|
||||||
apt install gnupg2;
|
apt install gnupg2 -y;
|
||||||
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;
|
||||||
apt update;
|
apt update;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue