Mise à jour de 'install.sh'
This commit is contained in:
parent
fd847a1f8e
commit
2706aa3cdc
14
install.sh
14
install.sh
@ -76,12 +76,12 @@ mkdir -p /home/$username/.themes
|
|||||||
unzip themes.zip -d /home/$username/.themes/
|
unzip themes.zip -d /home/$username/.themes/
|
||||||
chown -R $username:$username /home/$username/.themes/
|
chown -R $username:$username /home/$username/.themes/
|
||||||
|
|
||||||
# Logiciels hors dépots sid
|
# Logiciel hors dépôts : Applications Web
|
||||||
wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/packages/
|
wget "http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb" -P /tmp/packages/
|
||||||
nala install /tmp/packages/*deb -y
|
nala install /tmp/packages/*deb -y
|
||||||
rm -r /tmp/packages/
|
rm -r /tmp/packages/
|
||||||
|
|
||||||
# PVE VDI Client
|
# Logiciel hors dépôts : PVE VDI Client
|
||||||
nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y
|
nala install python3-pip python3-proxmoxer python3-tk virt-viewer git -y
|
||||||
git clone https://github.com/joshpatten/PVE-VDIClient.git
|
git clone https://github.com/joshpatten/PVE-VDIClient.git
|
||||||
cd ./PVE-VDIClient/
|
cd ./PVE-VDIClient/
|
||||||
@ -113,18 +113,16 @@ cp $builddir/dconf/user /etc/dconf/profile/user
|
|||||||
rm /home/$username/.config/dconf/user
|
rm /home/$username/.config/dconf/user
|
||||||
#cp $builddir/dconf/user.txt /home/$username/.config/dconf/user.txt
|
#cp $builddir/dconf/user.txt /home/$username/.config/dconf/user.txt
|
||||||
|
|
||||||
#Restauration des profils de configuration des applications
|
# Restauration des paramètres de Variety
|
||||||
# Variety
|
|
||||||
mkdir -p /home/$username/.config/variety
|
mkdir -p /home/$username/.config/variety
|
||||||
cp $builddir/variety/* /home/$username/.config/variety/
|
cp $builddir/variety/* /home/$username/.config/variety/
|
||||||
chown -R $username:$username /home/$username/.config/variety/
|
chown -R $username:$username /home/$username/.config/variety/
|
||||||
# Shutter
|
|
||||||
|
# Restauration des pramètres de Shutter
|
||||||
mkdir -p /home/$username/.shutter/profiles
|
mkdir -p /home/$username/.shutter/profiles
|
||||||
cp $builddir/shutter/* /home/$username/.shutter/profiles/
|
cp $builddir/shutter/* /home/$username/.shutter/profiles/
|
||||||
chown -R $username:$username /home/$username/.shutter/
|
chown -R $username:$username /home/$username/.shutter/
|
||||||
shutter -p=wibian --min_at_startup &>/dev/null &
|
#shutter -p=wibian --min_at_startup &>/dev/null &
|
||||||
pkill shutter
|
|
||||||
shutter -p=wibian --min_at_startup &>/dev/null &
|
|
||||||
|
|
||||||
# Désinstallation des paquets non désirés
|
# Désinstallation des paquets non désirés
|
||||||
nala remove fortunes-min -y
|
nala remove fortunes-min -y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user