Actualiser install.sh
This commit is contained in:
parent
f92bececf8
commit
c316114350
@ -150,9 +150,9 @@ release=$(ls /tmp/wibian/webapp-manager_1.* | tail -1)
|
|||||||
apt install -y $release
|
apt install -y $release
|
||||||
|
|
||||||
# Logiciel hors dépots : Youtube music
|
# Logiciel hors dépots : Youtube music
|
||||||
package="https://(.*)youtube-music_(.*).deb"
|
#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/
|
||||||
apt install -y /tmp/wibian/youtube-music_*.deb
|
#apt install -y /tmp/wibian/youtube-music_*.deb
|
||||||
|
|
||||||
# Flatpak (reboot nécéssaire)
|
# Flatpak (reboot nécéssaire)
|
||||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
@ -162,6 +162,7 @@ com.github.tchx84.Flatseal \
|
|||||||
io.github.giantpinkrobots.flatsweep \
|
io.github.giantpinkrobots.flatsweep \
|
||||||
io.freetubeapp.FreeTube \
|
io.freetubeapp.FreeTube \
|
||||||
com.github.geigi.cozy \
|
com.github.geigi.cozy \
|
||||||
|
io.crow_translate.CrowTranslate \
|
||||||
com.discordapp.Discord \
|
com.discordapp.Discord \
|
||||||
com.jgraph.drawio.desktop \
|
com.jgraph.drawio.desktop \
|
||||||
me.hyliu.fluentreader \
|
me.hyliu.fluentreader \
|
||||||
@ -175,6 +176,7 @@ com.stremio.Stremio \
|
|||||||
de.haeckerfelix.Shortwave \
|
de.haeckerfelix.Shortwave \
|
||||||
com.github.marinm.songrec \
|
com.github.marinm.songrec \
|
||||||
io.github.hakandundar34coding.mini-system-monitor \
|
io.github.hakandundar34coding.mini-system-monitor \
|
||||||
|
app.ytmdesktop.ytmdesktop \
|
||||||
app.drey.Warp
|
app.drey.Warp
|
||||||
|
|
||||||
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
# Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user