Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
restore a standalone install.sh given how binary releases are install…
Browse files Browse the repository at this point in the history
…ed...
  • Loading branch information
xilun committed Dec 30, 2016
1 parent 8cfcfe7 commit 5b48246
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions caller/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
set -e

echo
echo 'WARNING: this script is deprecated - use "make install" directly'
echo

make install
rm -f /usr/local/bin/{wrun,wcmd,wstart}
install -t /usr/local/bin wrun
install -t /usr/local/bin wcmd
cd /usr/local/bin
ln wcmd wstart

0 comments on commit 5b48246

Please sign in to comment.