diff --git a/install/albert b/install/albert deleted file mode 100755 index 5da6329..0000000 --- a/install/albert +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash -##makedesc: Install albert (latest) + ppa -source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255 - -# https://albertlauncher.github.io -# https://software.opensuse.org/download/package.iframe?project=home:manuelschneid3r&package=albert&acolor=00cccc&hcolor=00aaaa&locale=en -# https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_25.04/amd64/albert_0.27.8-0+701.1_amd64.deb - -title - -# echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:manuelschneid3r.list -# curl -fsSL https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_manuelschneid3r.gpg > /dev/null -# sudo apt update -# sudo apt install albert diff --git a/install/wine b/install/wine index b3cdadb..ebf83b2 100755 --- a/install/wine +++ b/install/wine @@ -1,5 +1,5 @@ #!/usr/bin/env bash -##makedesc: Install wine (latest) + ppa (focal) +##makedesc: Install wine (latest) + ppa echo echo "===============================================" @@ -9,6 +9,6 @@ echo sudo dpkg --add-architecture i386 wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - -sudo add-apt-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' +sudo add-apt-repository -y "deb https://dl.winehq.org/wine-builds/ubuntu/ $(lsb_release -cs 2>/dev/null) main" sudo apt install -y --autoremove winehq-stable wine --version