aboutsummarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYash Karandikar2020-02-17 18:52:50 -0600
committerYash Karandikar2020-02-17 18:52:50 -0600
commit9a260439c605d9a5f640ef90a83ea6198f244d9d (patch)
tree7b0c6455bccc52c4b192010fd2411734d49de694 /install.sh
parente50c38d4638f82164426dc4fa16b9aea9aa0f631 (diff)
downloadaur-9a260439c605d9a5f640ef90a83ea6198f244d9d.tar.gz
Create new installation method
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 000000000000..db41b0fb262a
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+echo "Installing..."
+echo "Please note that this method of installation in unsupported and we will not provide help for this method. Use AUR instead."
+sudo install -Dm777 ./haur /usr/bin/haur
+sudo install -Dm777 ./haur-clear-cache /usr/bin/haur-clear-cache