Add deploy feature

This commit is contained in:
Filippo Squillace 2020-12-28 10:22:13 +01:00
parent b75faac48f
commit 9d2e6e4bbf
5 changed files with 75 additions and 18 deletions

View file

@ -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