Skip to content

Commit

Permalink
feat(scripts): verbose installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isair committed Mar 30, 2022
1 parent 18650d6 commit 2ffb5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setProfileEnv "$1"

abortIfProfileNotFound

set -u
set -ux

# Make sure everthing is up-to-date
"${PWD}"/../unix/update.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ setProfileEnv "$1"

abortIfProfileNotFound

set -u
set -ux

# Check for Xcode installation
if ! hasBinary xcode-select; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/unix/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abortIfSudo

setProfileEnv "$1"

set -u
set -ux

# Make sure everthing is up-to-date

Expand Down

0 comments on commit 2ffb5c8

Please sign in to comment.