Actualiser install.sh
This commit is contained in:
parent
ee24a8e000
commit
3e00cb4708
@ -40,6 +40,12 @@ apt install -y hugin
|
|||||||
apt install -y kdenlive
|
apt install -y kdenlive
|
||||||
apt install -y obs-studio
|
apt install -y obs-studio
|
||||||
|
|
||||||
|
# Logiciel hors dépôts : Synology Drive Client
|
||||||
|
latest_version_url=$(curl -sL "https://archive.synology.com/download/Utility/SynologyDriveClient/" | grep -oE 'href="[^"]+"' | grep -oE '3\.[0-9]+\.[0-9]+-[0-9]+' | sort -V | tail -1)
|
||||||
|
wget --recursive --no-parent --no-host-directories --no-directories --accept '*synology-drive-client*deb' $latest_version_url
|
||||||
|
release=$(ls synology-drive-client.* | tail -1)
|
||||||
|
apt install -y $release
|
||||||
|
|
||||||
# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code)
|
# Logiciel hors dépots : Youtube music (E: Sub-process /usr/bin/dpkg returned an error code)
|
||||||
#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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user