|
@ -77,7 +77,7 @@ get_umbrel_version() { |
|
|
|
|
|
|
|
|
bootstrap() { |
|
|
bootstrap() { |
|
|
version=$(get_umbrel_version) |
|
|
version=$(get_umbrel_version) |
|
|
curl --location "https://raw.githubusercontent.com/${UMBREL_REPO}/${version}/scripts/install" | \ |
|
|
curl --location --silent "https://raw.githubusercontent.com/${UMBREL_REPO}/${version}/scripts/install" | \ |
|
|
bash -s -- --bootstrapped $arguments |
|
|
bash -s -- --bootstrapped $arguments |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -160,6 +160,7 @@ install_umbrel() { |
|
|
main() { |
|
|
main() { |
|
|
if [[ "${BOOTSTRAPPED}" = "false" ]] |
|
|
if [[ "${BOOTSTRAPPED}" = "false" ]] |
|
|
then |
|
|
then |
|
|
|
|
|
echo "Bootstrapping version script..." |
|
|
bootstrap |
|
|
bootstrap |
|
|
exit |
|
|
exit |
|
|
fi |
|
|
fi |
|
|