|
|
|
@ -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!"
|
|
|
|
|
|
|
|
|
|