Actualiser install.sh
This commit is contained in:
parent
05e8d877eb
commit
06b430073f
@ -12,7 +12,7 @@ apt install -y dialog
|
|||||||
# Options de sélection
|
# Options de sélection
|
||||||
choices=$(dialog --separate-output --checklist "Sélectionnez les éléments à installer:" 15 60 6 \
|
choices=$(dialog --separate-output --checklist "Sélectionnez les éléments à installer:" 15 60 6 \
|
||||||
1 "Solution de virtualisation KVM" off \
|
1 "Solution de virtualisation KVM" off \
|
||||||
2 "Paquets wibian-extras (inclut Flatpak)" off \
|
2 "Paquets wibian-extras" off \
|
||||||
3 "Synology Drive Client" off \
|
3 "Synology Drive Client" off \
|
||||||
4 "PVE VDI Client" off \
|
4 "PVE VDI Client" off \
|
||||||
5 "PDF Studio Pro 2022" off \
|
5 "PDF Studio Pro 2022" off \
|
||||||
@ -25,9 +25,6 @@ builddir=$(pwd)
|
|||||||
# Mise à jour des paquets
|
# Mise à jour des paquets
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
|
|
||||||
# Création de répertoires de travail supplémentaires
|
|
||||||
mkdir -p /home/$username/Fichiers /home/$username/Fichiers/sh
|
|
||||||
|
|
||||||
# Fonction pour installer les paquets KVM depuis un fichier
|
# Fonction pour installer les paquets KVM depuis un fichier
|
||||||
install_kvm() {
|
install_kvm() {
|
||||||
echo "Installation de la solution de virtualisation KVM..."
|
echo "Installation de la solution de virtualisation KVM..."
|
||||||
@ -77,6 +74,7 @@ install_pve_vdi_client() {
|
|||||||
|
|
||||||
# Fonction pour télécharger PDF Studio Pro 2022
|
# Fonction pour télécharger PDF Studio Pro 2022
|
||||||
install_pdf_studio_pro() {
|
install_pdf_studio_pro() {
|
||||||
|
mkdir -p /home/$username/Fichiers /home/$username/Fichiers/sh
|
||||||
echo "Téléchargement de PDF Studio Pro 2022..."
|
echo "Téléchargement de PDF Studio Pro 2022..."
|
||||||
wget https://download.qoppa.com/pdfstudio/v2022/PDFStudio_v2022_2_5_linux64.sh -P /home/$username/Fichiers/sh/
|
wget https://download.qoppa.com/pdfstudio/v2022/PDFStudio_v2022_2_5_linux64.sh -P /home/$username/Fichiers/sh/
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user