Actualiser install.sh

This commit is contained in:
wilou 2023-09-02 10:39:05 +00:00
parent 4f2ac1a72a
commit 0b20318470

View File

@ -86,6 +86,11 @@ package="https://(.*)deskreen_(.*).deb"
wget $(curl -L -s https://api.github.com/repos/pavlobu/deskreen/releases/latest | grep -o -E $package) -P /tmp/wibian/
nala install /tmp/wibian/deskreen_*.deb -y
# Logiciel hors dépots : Youtube music
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/
nala install /tmp/wibian/youtube-music_*.deb -y
# Installation des thèmes wibian-light et wibian-dark
nala install greybird-gtk-theme papirus-icon-theme -y
mkdir -p /home/$username/.themes