diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:35:46 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:35:46 -0500 |
commit | 7d24333c8a2edc5e0965429095326c095b1f043e (patch) | |
tree | d297cf56de1140521a7b6ff91ca70c6d97607728 | |
parent | fix flatpak build (diff) | |
download | librewolf-linux-7d24333c8a2edc5e0965429095326c095b1f043e.tar.gz librewolf-linux-7d24333c8a2edc5e0965429095326c095b1f043e.tar.bz2 librewolf-linux-7d24333c8a2edc5e0965429095326c095b1f043e.zip |
Fix flatpak build
-rwxr-xr-x | browser/linux/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/linux/build.sh b/browser/linux/build.sh index 36c072f..75ee988 100755 --- a/browser/linux/build.sh +++ b/browser/linux/build.sh @@ -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; |