Browse Source

python3-pip

bookworm 0.1.14
pvincent 4 years ago
parent
commit
b7f8abdfd3
  1. 2
      src/main

2
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

Loading…
Cancel
Save