Skip to content

Commit

Permalink
Update devcontainer portion of install to be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jul 2, 2024
1 parent 3f0d66c commit c8c6a18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ case "$kernel" in
*)
if [[ $(uname -o) == "Darwin" ]]; then
./scripts/mac.sh
elif [[ $DEV_WORKSPACE != "" ]]; then
./scripts/devcontainer.sh
else
echo \
"
Unknown system: $(uname -a)
Unknown system: $(uname -a)
KTHNXBYE
"
exit 1
Expand Down

0 comments on commit c8c6a18

Please sign in to comment.