diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:31:35 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-16 17:31:35 -0500 |
commit | 89958881a587420141a62843c7d9431b46d27dff (patch) | |
tree | e01f9a6fd4a10b5e4dff0caa1c99bc56140f5f53 | |
parent | fix flatpak build (diff) | |
download | librewolf-linux-89958881a587420141a62843c7d9431b46d27dff.tar.gz librewolf-linux-89958881a587420141a62843c7d9431b46d27dff.tar.bz2 librewolf-linux-89958881a587420141a62843c7d9431b46d27dff.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 5529a62..9365a83 100755 --- a/browser/linux/build.sh +++ b/browser/linux/build.sh @@ -28,7 +28,7 @@ printf "\n\n-------------------------------------- PREBUILD -------------------- # Installs some needed dependencies printf "\nInstalling script dependencies\n"; -apt install gnupg; +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; apt update; |