diff options
| author | xolatile | 2025-04-20 15:13:58 +0200 |
|---|---|---|
| committer | xolatile | 2025-04-20 15:13:58 +0200 |
| commit | b2bbfd7be69c1de91a06d922a9f7e09b45e59c1e (patch) | |
| tree | d0b0e5bb6e3eec2e6a8538d4394f1af09edaf2cf /install.sh | |
| download | xolatile-xarbon-b2bbfd7be69c1de91a06d922a9f7e09b45e59c1e.tar.xz xolatile-xarbon-b2bbfd7be69c1de91a06d922a9f7e09b45e59c1e.tar.zst | |
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 11 |
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 |
