Commit Graph

23 Commits

Author SHA1 Message Date
Syrus Akbary
08111b77bc
Update install.sh 2019-07-11 18:01:42 -07:00
Syrus Akbary
d59c5531fd
Update install.sh 2019-07-11 16:23:57 -07:00
Syrus Akbary
0583da0ae2
Use WASMER_DIR if present when INSTALL_DIRECTORY is not present
Fixed #549
2019-07-11 16:22:02 -07:00
Mark McCaskey
fdc6e53f6e unescape $INSTALL_DIRECTORY in message to user 2019-05-02 15:35:48 -07:00
Mark McCaskey
49accd8dbe use $INSTALL_DIRECTORY instead of $HOME/.wasmer in install.sh 2019-05-02 15:07:56 -07:00
Syrus Akbary
bc50fe090c
Update install.sh
Co-Authored-By: xmclark <mackenzie.a.z.c@gmail.com>
2019-04-30 10:09:04 -07:00
Mackenzie Clark
1471c34f73 add global wapm packages bin dir to path 2019-04-30 09:59:00 -07:00
Brandon Fish
017d52cd8f
Add comma to message in install.sh 2019-04-22 22:37:12 -05:00
Syrus
addd81da19 Improved build 2019-04-22 17:22:20 -07:00
Syrus
e31d4615ce Added more commands to install 2019-04-11 15:07:19 -07:00
Syrus
e5d0b377c1 Improved install script 2019-04-11 15:05:14 -07:00
Ryan Jacobs
d5aed44671
bugfix: Replace echo with printf so "\n" renders.
notes:
  I could have used the -e flag in echo, however other lines
  nearby use printf so I figured it would be smart to stay consistent.

  Also, I see the usage of `command printf`. Not 100% if this is
  necessary. I don't see why printf would be redefined in the shell.
  If we're doing this, then we might as well prefix every call
  to a builtin or binary with `command` _just to be safe_.
2019-02-26 13:19:57 -08:00
Syrus
fdb2a67579 Added cache into standalone app 2019-02-22 11:42:36 -08:00
Steve Akinyemi
d90ad6ebf6 Refactor and remove bash-specific syntax 2018-12-12 01:10:58 +01:00
Syrus Akbary
35b07ea9a3 Updated install script to use .wasmer/wasmer.sh 2018-11-27 23:19:51 -08:00
Syrus Akbary
f186ed8534 Added self-update command 2018-11-25 21:31:32 -08:00
Syrus Akbary
3ea37dcc59 Updated references from wafoundation to wasmerio 2018-11-21 22:19:14 -08:00
Syrus Akbary
92d8de7df7 Improved a bit more the install script 2018-11-14 20:00:14 -08:00
Syrus Akbary
1ebc51eeb7 Improve install script with better cursor positioning text 2018-11-14 14:58:28 -08:00
Syrus Akbary
9ffbf54a18 Improved install wasmer logo 2018-11-13 18:29:42 -08:00
Syrus Akbary
b31b086273 Improved wasmer logo 2018-11-13 18:07:18 -08:00
Syrus Akbary
fa24424126 Improved install script showing the download progress bar 2018-11-13 16:06:06 -08:00
Syrus Akbary
fd90ee9bd2 Added first iteration of the install script 2018-11-13 15:48:58 -08:00