Actualiser install.sh
This commit is contained in:
parent
942a6d9020
commit
32b89f5f48
10
install.sh
10
install.sh
@ -63,7 +63,6 @@ packages=(
|
||||
hugin
|
||||
kdenlive
|
||||
obs-studio
|
||||
zim
|
||||
)
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
@ -86,11 +85,6 @@ wget -qO- "https://archive.synology.com/download/Utility/SynologyDriveClient/$la
|
||||
release=$(ls synology-drive-client-*.x86_64.deb | tail -1)
|
||||
apt install ./$release
|
||||
|
||||
# Plugin pour Zim : Textview Prefs
|
||||
mkdir -p /home/$username/.local/share/zim/plugins
|
||||
wget https://omacronides.com/lab/zim-plugin-textview-prefs/build/textview-prefs-latest.zip
|
||||
unzip $builddir/textview-prefs-latest.zip -d /home/$username/.local/share/zim/plugins/
|
||||
|
||||
# Logiciel hors dépôts : PVE VDI Client
|
||||
apt install -y python3-pip python3-proxmoxer python3-tk
|
||||
git clone https://github.com/joshpatten/PVE-VDIClient.git
|
||||
@ -140,10 +134,6 @@ mkdir -p /home/$username/.config/virt-viewer
|
||||
cp $builddir/virt-viewer/* /home/$username/.config/virt-viewer/
|
||||
chmod +x /home/$username/.config/virt-viewer/launch.sh
|
||||
|
||||
# Copie des fichiers de configuration Zim
|
||||
mkdir -p /home/$username/.config/zim
|
||||
cp $builddir/zim/* /home/$username/.config/zim/
|
||||
|
||||
# Application du droit de propriété pour l'utilisateur principal sudo
|
||||
chown -R $username:$username /home/$username/.config/
|
||||
chown -R $username:$username /home/$username/Fichiers/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user