From d86a1dde3d50b0aff55cbbff7dac51b3b9dfb5ff Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Fri, 28 Aug 2026 23:21:36 +0200 Subject: [PATCH] Feat: Passt Sortierung an --- 03-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/03-install.sh b/03-install.sh index c832504..55d2099 100755 --- a/03-install.sh +++ b/03-install.sh @@ -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 apt update && apt install spotify-client +cp ./data/usr/share/applications/* /usr/share/applications + # Install Waydroid curl -s https://repo.waydro.id | bash apt install waydroid systemctl enable --now waydroid-container -cp ./data/usr/share/applications/* /usr/share/applications # Ollama curl -fsSL https://ollama.com/install.sh | sh