Browse Source

fixed install script

master
Robin Thoni 7 years ago
parent
commit
d27cbbf217
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      nma/install

+ 3
- 1
nma/install View File

@@ -1,3 +1,5 @@
1 1
 #! /usr/bin/env bash
2 2
 
3
-cp nma /usr/local/bin
3
+dir="$(dirname $(readlink -f "${0}"))"
4
+
5
+cp "${dir}/nma" /usr/local/bin

Loading…
Cancel
Save