summaryrefslogtreecommitdiff
path: root/spotify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spotify.sh')
-rwxr-xr-xspotify.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/spotify.sh b/spotify.sh
deleted file mode 100755
index 5ab01e7..0000000
--- a/spotify.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-cwd=$(pwd)
-git clone https://aur.archlinux.org/spotify.git /tmp/spotify
-cd /tmp/spotify
-sed -i "s/https:\/\/repository-origin/http:\/\/repository/" PKGBUILD
-makepkg -sir --noconfirm --skipinteg
-cd "$cwd"
-