Mise à jour de 'script.sh'
Ajout de l'installation du paquet PIP et du module tabulate
This commit is contained in:
parent
3aab03b2de
commit
d2e2e268f8
@ -17,6 +17,7 @@ packages=(
|
||||
"neofetch" # Because it's cool
|
||||
"git" # Because git
|
||||
"fuck" # Fuck error
|
||||
"python3-pip" # PIP
|
||||
)
|
||||
|
||||
# Packages installation
|
||||
@ -33,6 +34,10 @@ for package in "${packages[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Installation module tabulate
|
||||
echo "Installation module tabulate via pip"
|
||||
pip install tabulate
|
||||
|
||||
# Git Installation
|
||||
mkdir ~/.zsh
|
||||
if [ ! -d ~/.zsh ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user