Ubuntu 22.04 LTS Cloud Setup Script

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
```