|
|
@ -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 |
|
|
|