diff options
| author | xolatile | 2025-04-27 02:32:20 +0200 |
|---|---|---|
| committer | xolatile | 2025-04-27 02:32:20 +0200 |
| commit | fa84ba406e4043f67069b8d059c63b92b1adf591 (patch) | |
| tree | 5a3be59429aaa060228fc8dfa097a0e40e2b1163 /install.sh | |
| download | xolatile-xop-fa84ba406e4043f67069b8d059c63b92b1adf591.tar.xz xolatile-xop-fa84ba406e4043f67069b8d059c63b92b1adf591.tar.zst | |
Nopping...
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..88489cf --- /dev/null +++ b/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -xe + +if [ -f xop ]; then + cp -f xop /usr/local/bin/xop +else + echo "Please run 'sh compile.sh' beforehand." +fi + +exit |
