aboutsummaryrefslogtreecommitdiff
path: root/browser/linux
diff options
context:
space:
mode:
Diffstat (limited to 'browser/linux')
-rwxr-xr-xbrowser/linux/build.sh2
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;
bgstack15