Skip to content

Commit

Permalink
fix install upgrade ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
cluelessperson committed May 24, 2018
1 parent 12b17ad commit a5c03f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ su - $SUDO_USER <<EOF
# download source
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone https://github.com/snowblossomcoin/snowblossom.git
# build
Expand Down
Expand Up @@ -22,6 +22,7 @@ su - $SUDO_USER <<EOF
# download source
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b "$release_tag" https://github.com/snowblossomcoin/snowblossom.git
# build
Expand Down
Expand Up @@ -23,6 +23,7 @@ su - snowblossom <<EOF
# download source code
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b $release_tag https://github.com/snowblossomcoin/snowblossom.git
# build snowblossom
Expand Down
Expand Up @@ -23,6 +23,7 @@ su - snowblossom <<EOF
# download source code
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b $release_tag https://github.com/snowblossomcoin/snowblossom.git
# build snowblossom
Expand Down
Expand Up @@ -23,6 +23,7 @@ su - snowblossom <<EOF
# download source code
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b $release_tag https://github.com/snowblossomcoin/snowblossom.git
# build snowblossom
Expand Down
Expand Up @@ -23,6 +23,7 @@ su - snowblossom <<EOF
# download source code
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b $release_tag https://github.com/snowblossomcoin/snowblossom.git
# build snowblossom
Expand Down
Expand Up @@ -22,6 +22,7 @@ su - $SUDO_USER <<EOF
# download source
mkdir -p "$snowblossom_home/source" && cd "$snowblossom_home/source"
rm -rf snowblossom
git clone -b "$release_tag" https://github.com/snowblossomcoin/snowblossom.git
# build
Expand Down

0 comments on commit a5c03f7

Please sign in to comment.