diff --git a/apps/Github-CLI/install-32 b/apps/Github-CLI/install-32 index 11805da..280e731 100755 --- a/apps/Github-CLI/install-32 +++ b/apps/Github-CLI/install-32 @@ -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 diff --git a/apps/Github-CLI/install-64 b/apps/Github-CLI/install-64 index 91ddd30..e88d80f 100755 --- a/apps/Github-CLI/install-64 +++ b/apps/Github-CLI/install-64 @@ -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 diff --git a/apps/Ulauncher/install b/apps/Ulauncher/install index 46d9b55..6f64311 100755 --- a/apps/Ulauncher/install +++ b/apps/Ulauncher/install @@ -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!"