Actualiser install.sh
This commit is contained in:
parent
b58f0332d0
commit
f2c2e8cf66
14
install.sh
14
install.sh
@ -98,7 +98,6 @@ mate-screensaver \
|
|||||||
mate-system-monitor \
|
mate-system-monitor \
|
||||||
mate-tweak \
|
mate-tweak \
|
||||||
mate-utils \
|
mate-utils \
|
||||||
numlockx \
|
|
||||||
peek \
|
peek \
|
||||||
pluma \
|
pluma \
|
||||||
qshutdown \
|
qshutdown \
|
||||||
@ -115,12 +114,12 @@ synaptic \
|
|||||||
xscreensaver-gl
|
xscreensaver-gl
|
||||||
|
|
||||||
# Installation des paquets utilitaires
|
# Installation des paquets utilitaires
|
||||||
nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool
|
nala install -y curl flatpak freerdp2-x11 figlet htop libnotify-bin nmap net-tools numlockx speedtest-cli stress s-tui swaks testdisk tldr tlp whois wmctrl xdotool
|
||||||
|
|
||||||
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
# Installation des logiciels en fonction du profil d'utilisation (décommenter selon le besoin)
|
||||||
# nala install -y blender
|
# nala install -y blender
|
||||||
# nala install -y cheese
|
# nala install -y cheese
|
||||||
nala install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
|
# nala install -y geany geany-plugin-addons geany-plugin-git-changebar geany-plugin-overview geany-plugin-spellcheck geany-plugin-treebrowser geany-plugin-vimode
|
||||||
# nala install -y gimp
|
# nala install -y gimp
|
||||||
# nala install -y hugin
|
# nala install -y hugin
|
||||||
# nala install -y imagination
|
# nala install -y imagination
|
||||||
@ -156,6 +155,7 @@ cd ./PVE-VDIClient/
|
|||||||
pip3 install PySimpleGUI --break-system-packages
|
pip3 install PySimpleGUI --break-system-packages
|
||||||
cp vdiclient.py /usr/local/bin
|
cp vdiclient.py /usr/local/bin
|
||||||
chmod +x /usr/local/bin/vdiclient.py
|
chmod +x /usr/local/bin/vdiclient.py
|
||||||
|
cd $builddir
|
||||||
|
|
||||||
# Logiciel hors dépots : Deskreen
|
# Logiciel hors dépots : Deskreen
|
||||||
package="https://(.*)deskreen_(.*).deb"
|
package="https://(.*)deskreen_(.*).deb"
|
||||||
@ -167,6 +167,14 @@ package="https://(.*)youtube-music_(.*).deb"
|
|||||||
wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/
|
wget $(curl -L -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep -o -E $package) -P /tmp/wibian/
|
||||||
nala install -y /tmp/wibian/youtube-music_*.deb
|
nala install -y /tmp/wibian/youtube-music_*.deb
|
||||||
|
|
||||||
|
# Logiciel hors dépots : DroidCam
|
||||||
|
nala install -y libavutil-dev libswscale-dev libasound2-dev libspeex-dev libusbmuxd-dev libplist-dev libturbojpeg0-dev linux-headers-`uname -r` gcc
|
||||||
|
package="https://(.*)droidcam_(.*).zip"
|
||||||
|
wget $(curl -L -s https://api.github.com/repos/dev47apps/droidcam/releases/latest | grep -o -E $package)
|
||||||
|
unzip droidcam_*.zip -d droidcam
|
||||||
|
cd droidcam && ./install-client && ./install-video
|
||||||
|
cd $builddir
|
||||||
|
|
||||||
# Installation des thèmes wibian-light et wibian-dark
|
# Installation des thèmes wibian-light et wibian-dark
|
||||||
nala install -y greybird-gtk-theme papirus-icon-theme
|
nala install -y greybird-gtk-theme papirus-icon-theme
|
||||||
mkdir -p /home/$username/.themes
|
mkdir -p /home/$username/.themes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user