From 34888620eaa490e56657982fcdc678cebeef9b4d Mon Sep 17 00:00:00 2001 From: Arthur A Date: Fri, 30 Apr 2021 23:42:26 -0300 Subject: [PATCH] ubuntu server 21.04 rasp ubuntu server 21.04 rasp --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 72cce12..3d907a4 100755 --- a/install.sh +++ b/install.sh @@ -310,7 +310,7 @@ additionalTools() { cd "$HOME"/tools/ || return git clone https://github.com/yassineaboukir/sublert.git cd "$HOME"/tools/sublert || return - sudo apt-get install -y libpq-dev dnspython psycopg2 tld termcolor + sudo apt-get install -y libpq-dev dnspython python3-psycopg2 tld termcolor pip3 install -r requirements.txt --user echo -e "[$GREEN+$RESET] Done." fi