mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Add deploy feature
This commit is contained in:
parent
b75faac48f
commit
9d2e6e4bbf
5 changed files with 75 additions and 18 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
VERSION=$1
|
||||
|
||||
cd /tmp
|
||||
wget http://ftp.gnu.org/gnu/bash/bash-$VERSION.tar.gz
|
||||
|
||||
tar -zxf bash-$VERSION.tar.gz
|
||||
cd /tmp/bash-$VERSION*
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
Loading…
Add table
Add a link
Reference in a new issue