From b7f8abdfd397b33e6f5be1b4f094f0f9cba0fc50 Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 27 Mar 2021 01:17:58 +0400 Subject: [PATCH] python3-pip --- src/main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main b/src/main index 55e1408..0e00531 100755 --- a/src/main +++ b/src/main @@ -37,7 +37,7 @@ function askConfirmation (){ BASEDIR=/opt/debian-gnome GIT_REPOSITORY_RAW="https://git.artcode.re/pvincent/debian-gnome/raw/master" ALLOWED_USERS=$(id -un) #CUSTOMIZE if needed! -REQUIRED_PACKAGES=( git wget curl htop tilix jq unzip ) +REQUIRED_PACKAGES=( git wget curl htop tilix jq unzip python3-pip ) # required packages for package in ${REQUIRED_PACKAGES[@]}; do