fixing up bootstrappign scripts
This commit is contained in:
parent
12dabf43e9
commit
651c566ae9
4 changed files with 36 additions and 8 deletions
11
home/run_once_03install-gwar.sh.tmpl
Normal file
11
home/run_once_03install-gwar.sh.tmpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -d $HOME/.src/gwar ] ; then
|
||||
git clone ssh://git@pingo.thermokar.st/gwar $HOME/.src/gwar
|
||||
fi
|
||||
|
||||
cd $HOME/.src/gwar
|
||||
cargo build --release
|
||||
cp target/release/gwar ~/bin
|
Loading…
Add table
Add a link
Reference in a new issue