Skip to content

Commit

Permalink
Update install.sh, test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Feb 5, 2025
1 parent ec7ca75 commit 4a83bfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ SETUP_USER_PRIV_SCRIPT_PATH="/usr/local/share/setup-user-priv.sh"
tee "$SETUP_USER_PRIV_SCRIPT_PATH" > /dev/null \
<< EOF
#!/bin/sh
USERNAME=${USERNAME:-"codespace"}
set -eux
USERNAME="codespace"
EOF

tee -a "$PULL_GIT_LFS_SCRIPT_PATH" > /dev/null \
tee -a "$SETUP_USER_PRIV_SCRIPT_PATH" > /dev/null \
<< 'EOF'
echo “Setting up the right privilege…”
Expand Down

0 comments on commit 4a83bfb

Please sign in to comment.