From e64d065ba2f2252202271e6cb22e83304215cf73 Mon Sep 17 00:00:00 2001 From: glen Date: Sun, 31 May 2020 21:52:26 -0400 Subject: [PATCH] update dependencies --- installers/snappsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/snappsetup.sh b/installers/snappsetup.sh index 9e281a8..228eb5f 100644 --- a/installers/snappsetup.sh +++ b/installers/snappsetup.sh @@ -9,7 +9,7 @@ function update_system_packages() { function install_dependencies() { install_log "Installing required packages" - sudo apt-get -y install curl + sudo apt-get -y install curl lsb-release gnupg echo "Install public key used to sign the lokinet binaries." curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add - echo "deb https://deb.imaginary.stream $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list