added spotify
This commit is contained in:
parent
04464f5c2c
commit
09a26a7096
|
@ -86,6 +86,13 @@ chmod +x /usr/bin/plasma-welcome
|
||||||
|
|
||||||
pacman -Syu steam --noconfirm
|
pacman -Syu steam --noconfirm
|
||||||
|
|
||||||
|
cd /tmp
|
||||||
|
git clone https://aur.archlinux.org/spotify.git
|
||||||
|
cd spotify
|
||||||
|
makepkg -csi
|
||||||
|
cd ..
|
||||||
|
rm -R spotify
|
||||||
|
|
||||||
echo "Cleaning Up..." # Deletes all useless items
|
echo "Cleaning Up..." # Deletes all useless items
|
||||||
cd /tmp
|
cd /tmp
|
||||||
rm -R elnathco
|
rm -R elnathco
|
||||||
|
|
Loading…
Reference in New Issue