Fix flatpak build

This commit is contained in:
BeatLink 2019-07-16 17:35:46 -05:00
parent 1352d7ceaa
commit 7d24333c8a

View file

@ -29,7 +29,7 @@ printf "\n\n-------------------------------------- PREBUILD --------------------
# Installs some needed dependencies
printf "\nInstalling script dependencies\n";
apt update;
apt install gnupg2;
apt install gnupg2 -y;
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 update;