From 207d4e960470825517a933d44fb1ff2d234c94d6 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 6 Jul 2022 18:17:46 +0200 Subject: [PATCH] no sudo --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e4d08e1..c93c1a7 100755 --- a/install.sh +++ b/install.sh @@ -10,9 +10,9 @@ cd ~ #--------------------- # Python #--------------------- -sudo apt update && sudo apt update -y -sudo apt install -y python-is-python3 python3-pip -sudo apt install -y libssl-dev +apt update && sudo apt update -y +apt install -y python-is-python3 python3-pip +apt install -y libssl-dev #--------------------- # Peotry