Update Ulauncher to 5.13.0

pull/925/merge
Itai Nelken 4 years ago
parent d6cb9d5d9f
commit 53edd893c9
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -7,8 +7,9 @@ function error {
exit 1
}
rm -f ~/ulauncher.deb
wget -O ~/ulauncher.deb 'https://github.com/Ulauncher/Ulauncher/releases/download/5.12.2/ulauncher_5.12.2_all.deb' || error 'Failed to download ulauncher.deb!'
wget -O ~/ulauncher.deb 'https://github.com/Ulauncher/Ulauncher/releases/download/5.13.0/ulauncher_5.13.0_all.deb' || error 'Failed to download ulauncher.deb!'
"${DIRECTORY}/pkg-install" "gir1.2-appindicator3-0.1 python3-distutils-extra python3-levenshtein python3-websocket $HOME/ulauncher.deb" "$(dirname "$0")" || error "Failed to install ulauncher.deb and dependencies!"

Loading…
Cancel
Save