From 6cb710f4cad384b0956af270ebd939f19d59d74c Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 6 Jul 2022 18:51:20 +0200 Subject: [PATCH] no needrestart --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index c578055..399a424 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,7 @@ cd ~ # Python #--------------------- apt update && apt upgrade -y +apt remove needrestart apt install -y python-is-python3 python3-pip apt install -y libssl-dev