From af560f943b26d60f248ff664c9b9171e752242c1 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 12 Apr 2025 18:37:16 +0200 Subject: [PATCH] replace packages --- executable_install-fedora.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index 4ac262e..df64c66 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -55,6 +55,8 @@ sudo dnf install -y \ # Flatpak Setup flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak install flathub com.vscodium.codium +flatpak install com.github.KRTirtho.Spotube +flatpak install flathub org.prismlauncher.PrismLauncher # Systemkonfiguration sudo usermod -s /bin/zsh simono41 @@ -86,12 +88,3 @@ if [[ ! -f /usr/bin/cliphist ]]; then else echo "cliphist ist bereits installiert, überspringe Download" fi - -# Homebrew mit Prüfung -if ! command -v brew &>/dev/null; then - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -else - echo "Homebrew ist bereits installiert, überspringe Installation" -fi -brew install spotify_player -