mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix bootstrap script
This commit is contained in:
parent
e888be1f71
commit
6416df7094
2 changed files with 316 additions and 3 deletions
|
|
@ -22,10 +22,10 @@ IS_PUBLIC=1
|
|||
PROJECT_DIR=$(dirname $0)
|
||||
|
||||
if ! [[ -f $PROJECT_DIR/scripts/bootstrapit_update.sh ]]; then
|
||||
RAW_FILES_URL="https://gitlab.com/mbarkhau/bootstrapit/raw/master"
|
||||
mkdir -p "$PROJECT_DIR/scripts/";
|
||||
curl --silent -O "$PROJECT_DIR/scripts/bootstrapit_update.sh" \
|
||||
"$RAW_FILES_URL/scripts/bootstrapit_update.sh";
|
||||
RAW_FILES_URL="https://gitlab.com/mbarkhau/bootstrapit/raw/master";
|
||||
curl --silent "$RAW_FILES_URL/scripts/bootstrapit_update.sh" \
|
||||
> "$PROJECT_DIR/scripts/bootstrapit_update.sh"
|
||||
fi
|
||||
|
||||
source $PROJECT_DIR/scripts/bootstrapit_update.sh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue