diff --git a/.devcontainer/scripts/onCreateCommand.sh b/.devcontainer/scripts/onCreateCommand.sh index 0208ef55640..74e240cdb3c 100755 --- a/.devcontainer/scripts/onCreateCommand.sh +++ b/.devcontainer/scripts/onCreateCommand.sh @@ -3,7 +3,6 @@ TYPE=$1 NAME=$2 -apt install gh curl -s install.aztec.network | NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s docker compose -f $HOME/.aztec/docker-compose.yml pull diff --git a/.devcontainer/scripts/postAttachCommand.sh b/.devcontainer/scripts/postAttachCommand.sh index e2ccda17ac5..4b092522be6 100755 --- a/.devcontainer/scripts/postAttachCommand.sh +++ b/.devcontainer/scripts/postAttachCommand.sh @@ -2,6 +2,7 @@ TYPE=$1 NAME=$2 +apt install gh gh codespace ports visibility 8080:public -c $CODESPACE_NAME (nohup /usr/local/bin/aztec sandbox &)