Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 16, 2024
1 parent 76e7c96 commit 8f1ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scw/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bootstrap_dir="/home/$OPENSHIFT_USER/openshift-advanced/bootstrap"

ssh root@"$ip_address" -- "curl -s https://raw.githubusercontent.com/k8s-school/openshift-advanced/main/bootstrap/0_init.sh | bash"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/0.1_install_docker.sh'"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/install_go.sh'"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/install-go.sh'"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/0.2_prereq-user.sh'"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/crc-setup.sh'"
ssh root@"$ip_address" -- "su - $OPENSHIFT_USER -c '$bootstrap_dir/crc-start.sh'"
Expand Down

0 comments on commit 8f1ef0f

Please sign in to comment.