wine misc, albert removed

This commit is contained in:
2025-07-09 00:15:25 +08:00
parent 53ee621747
commit 5ae19346d6
2 changed files with 2 additions and 16 deletions

View File

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

View File

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