Last active
August 30, 2020 05:20
-
-
Save wznpp1/f079f57393862779d4f827756e073dfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
az login | |
wget -N --no-check-certificate https://raw.githubusercontent.com/luvvien/ssr-install-shellscript/master/ssr.sh | |
chmod +x ssr.sh | |
bash ssr.sh | |
az network public-ip create --resource-group wznpp1_group --location eastasia --name myPublicIP2 --dns-name wznpp10 --allocation-method Static | |
az network nic ip-config create --resource-group wznpp1_group --nic-name myVMNic --name ipconfig2 --private-ip-address 10.0.0.5 --public-ip myPublicIP2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment