Skip to content

Commit

Permalink
Merge develop into feature/validateVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 27, 2021
2 parents 258c090 + 0d585c1 commit 3bf2779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PARENT_SCRIPT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${
cd "${SCRIPT_FOLDER}" && cd .. && export IONIC_PATH="$PWD" && source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
# shellcheck source=./no-root.sh
source "$SCRIPT_FOLDER"/no-root.sh
sudo chown -R $USER ~/.nvm
sudo chown -R $USER ~/.nvm || true
command -v nvm >/dev/null 2>&1 || {
echo >&2 "nvm is required, but it's not installed. Trying to install it now...";
sudo chown -R "$USER" ~/.nvm || true
Expand Down
5 changes: 5 additions & 0 deletions src/img/ionic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3bf2779

Please sign in to comment.