From 04119a3363bdeda767ceb2417797a2f697f3ff14 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 8 Aug 2022 14:00:37 +0200 Subject: [PATCH] Updated install script to use spotifyd instead of yay spotify package --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 60459af..e23d491 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ sudo pacman -Syu -sudo pacman -Sy neovim fish go dotnet-runtime dotnet-sdk aspnet-runtime alacritty neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel +sudo pacman -Sy neovim fish go dotnet-runtime dotnet-sdk aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel chsh -s /usr/bin/fish @@ -14,7 +14,6 @@ cd ~ yay vscode yay brave -yay spotify curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish