diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-28 15:59:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-28 15:59:48 +0200 |
commit | 287ca2f531cdf257245b0ea84ba6a97e4148c095 (patch) | |
tree | eebcdc863fc01c44c47550d34bf326a0eaa7ce50 /INSTALL.md | |
parent | d2a779dd12537bf53bf025868189e4d5c2efae31 (diff) | |
download | Ishtar-287ca2f531cdf257245b0ea84ba6a97e4148c095.tar.bz2 Ishtar-287ca2f531cdf257245b0ea84ba6a97e4148c095.zip |
Adapt install script with missing dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index 4c9945306..459f1e330 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,10 +8,12 @@ This procedure only works for Debian Jessie/Stretch for now. If you know bash and your distribution the script should be easy to adapt (contributions are welcomed!). ``` + +VERSION=latest # could also be 'develop' # get the last install script (only work for Debian) -wget https://ishtar-archeo.net/install/install-ishtar-latest.tar.bz2 -tar xvjf install-ishtar-latest.tar.bz2 -rm install-ishtar-latest.tar.bz2 +wget https://ishtar-archeo.net/install/install-ishtar-$VERSION.tar.bz2 +tar xvjf install-ishtar-$VERSION.tar.bz2 +rm install-ishtar-$VERSION.tar.bz2 # install Ishtar script cd install |