fix flatpak build

This commit is contained in:
BeatLink 2019-07-16 17:34:25 -05:00
parent 89958881a5
commit 1352d7ceaa

View file

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