From ad9393805f7a3c4e3a62919f3348a88d529fbc84 Mon Sep 17 00:00:00 2001 From: Arinerron Date: Thu, 28 Mar 2019 22:16:30 -0700 Subject: [PATCH] Switch order of -y and install --- install/install_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_debian.sh b/install/install_debian.sh index 4f37f56f..98941566 100755 --- a/install/install_debian.sh +++ b/install/install_debian.sh @@ -22,7 +22,7 @@ fi # install basic dependencies -apt -y install git curl python3.7 python3-pip python3-setuptools tor +apt install -y git curl python3.7 python3-pip python3-setuptools tor # get the repository