From d526204259345634a91ab3fa2ef560c04c5cf8a2 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 6 Jul 2022 18:16:32 +0200 Subject: [PATCH] yes --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dd1c800..e4d08e1 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ cd ~ #--------------------- # Python #--------------------- -sudo apt update && sudo apt update +sudo apt update && sudo apt update -y sudo apt install -y python-is-python3 python3-pip sudo apt install -y libssl-dev