From 7ca5eceb5e707813f657e0a2e9e65d95e5a09724 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:12:16 +0100 Subject: [PATCH] Update 'scripts/main.sh' --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index cb7d581..456b5f2 100644 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -5,4 +5,4 @@ export DEBIAN_FRONTEND=noninteractive apt-get update -y apt-get upgrade -y -apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop +apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip