diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:34:25 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:34:25 -0500 |
commit | 1352d7ceaaff2cfca31a9fe07a5c6227e1d7570e (patch) | |
tree | 232d18717469d34e1b8e9076b666cc24234ccdab /browser/linux/build.sh | |
parent | Fix Flatpak Build (diff) | |
download | librewolf-linux-1352d7ceaaff2cfca31a9fe07a5c6227e1d7570e.tar.gz librewolf-linux-1352d7ceaaff2cfca31a9fe07a5c6227e1d7570e.tar.bz2 librewolf-linux-1352d7ceaaff2cfca31a9fe07a5c6227e1d7570e.zip |
fix flatpak build
Diffstat (limited to 'browser/linux/build.sh')
-rwxr-xr-x | browser/linux/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/linux/build.sh b/browser/linux/build.sh index 9365a83..36c072f 100755 --- a/browser/linux/build.sh +++ b/browser/linux/build.sh @@ -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; |