summaryrefslogtreecommitdiff
path: root/spotify.sh
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-01-05 00:34:04 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-01-05 00:34:04 -0500
commit8bbfe31a5685c54e174d3efc6794da77b5378d38 (patch)
treea6ed182e30120ac739edbd4ea586fb517c563673 /spotify.sh
Initial Commit
Diffstat (limited to 'spotify.sh')
-rwxr-xr-xspotify.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/spotify.sh b/spotify.sh
new file mode 100755
index 0000000..5ab01e7
--- /dev/null
+++ b/spotify.sh
@@ -0,0 +1,9 @@
+#!/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"
+