aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorxolatile2025-04-20 15:13:58 +0200
committerxolatile2025-04-20 15:13:58 +0200
commitb2bbfd7be69c1de91a06d922a9f7e09b45e59c1e (patch)
treed0b0e5bb6e3eec2e6a8538d4394f1af09edaf2cf /install.sh
downloadxolatile-xarbon-b2bbfd7be69c1de91a06d922a9f7e09b45e59c1e.tar.xz
xolatile-xarbon-b2bbfd7be69c1de91a06d922a9f7e09b45e59c1e.tar.zst
Hopefully finished Xarbon...HEADmaster
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..17ad8b6
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -xe
+
+if [ -f xarbon ]; then
+ cp -f xarbon /usr/local/bin/xarbon
+else
+ echo "Please run 'sh compile.sh' beforehand."
+fi
+
+exit