Feat: Passt Sortierung an

This commit is contained in:
2026-08-28 23:21:36 +02:00
parent 22b4ca5c9e
commit d86a1dde3d
+2 -1
View File
@@ -72,12 +72,13 @@ curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | gpg -
echo "deb https://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list echo "deb https://repository.spotify.com stable non-free" | tee /etc/apt/sources.list.d/spotify.list
apt update && apt install spotify-client apt update && apt install spotify-client
cp ./data/usr/share/applications/* /usr/share/applications
# Install Waydroid # Install Waydroid
curl -s https://repo.waydro.id | bash curl -s https://repo.waydro.id | bash
apt install waydroid apt install waydroid
systemctl enable --now waydroid-container systemctl enable --now waydroid-container
cp ./data/usr/share/applications/* /usr/share/applications
# Ollama # Ollama
curl -fsSL https://ollama.com/install.sh | sh curl -fsSL https://ollama.com/install.sh | sh