Ubuntu 22.04 LTS Cloud Setup Script
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
195 B

# cloud_setup.sh
Run the following from a terminal
```
chmod a+x cloud_setup.sh
```
Make sure your user has its SSH keys already setup before running this script
```
sudo ./cloud_setup.sh
```