diff --git a/install.sh b/install.sh index e1b228a..ba1a7dd 100644 --- a/install.sh +++ b/install.sh @@ -40,6 +40,12 @@ apt install -y hugin apt install -y kdenlive 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) #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/