YouTubuddy: use pkg-install

pull/925/head
Botspot 4 years ago
parent 4ce171efe1
commit 884213436f

@ -7,6 +7,8 @@ function error {
exit 1
}
"${DIRECTORY}/pkg-install" "vlc yad imagemagick jq python python3-pip" "$(dirname "$0")" || error "Failed to install dependencies"
rm -rf ~/youtubuddy
git clone https://github.com/Botspot/youtubuddy || error 'Failed to clone youtubuddy repository!'
~/youtubuddy/gui install || error "YouTubuddy install procedure exited somehow!"

@ -8,3 +8,4 @@ function error {
}
rm -rf ~/youtubuddy ~/.local/share/applications/youtubuddy.desktop
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || error "Failed to uninstall unneeded dependencies"

Loading…
Cancel
Save