Browse Source

Cleaner bootstrap feedback

install-script
Luke Childs 3 years ago
parent
commit
f6629b6300
  1. 3
      scripts/install

3
scripts/install

@ -77,7 +77,7 @@ get_umbrel_version() {
bootstrap() {
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
}
@ -160,6 +160,7 @@ install_umbrel() {
main() {
if [[ "${BOOTSTRAPPED}" = "false" ]]
then
echo "Bootstrapping version script..."
bootstrap
exit
fi

Loading…
Cancel
Save