Actualiser install.sh
This commit is contained in:
parent
4f2ac1a72a
commit
0b20318470
@ -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/
|
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
|
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
|
# Installation des thèmes wibian-light et wibian-dark
|
||||||
nala install greybird-gtk-theme papirus-icon-theme -y
|
nala install greybird-gtk-theme papirus-icon-theme -y
|
||||||
mkdir -p /home/$username/.themes
|
mkdir -p /home/$username/.themes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user