Update Ulauncher and github-cli

pull/934/head
Itai-Nelken 4 years ago
parent 949ec131c6
commit 5af3fd1c86
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -9,7 +9,7 @@ function error {
cd $HOME
VERSION='1.14.0'
VERSION='2.0.0'
#remove old deb (if exists)
rm -f ~/gh.deb

@ -9,7 +9,7 @@ function error {
cd $HOME
VERSION='1.14.0'
VERSION='2.0.0'
#remove old deb (if exists)
rm -f ~/gh.deb

@ -8,7 +8,7 @@ function error {
}
rm -f ~/ulauncher.deb
wget -O ~/ulauncher.deb 'https://github.com/Ulauncher/Ulauncher/releases/download/5.12.1/ulauncher_5.12.1_all.deb' || error 'Failed to download 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!'
"${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