Created
January 24, 2024 02:46
-
-
Save OguzPastirmaci/b9aaf9ac7b0c90618be454823a4de664 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 | |
set -ex | |
wget -O /home/ubuntu/oracle-cloud-agent_1.38.0-4_amd64.snap https://objectstorage.us-phoenix-1.oraclecloud.com/p/-EYKOzTNCQWpvJzwhH6KHGewyHYL47IuDnx3PHqwkmdoThKQEzlx_SJRjhpjTUpz/n/imagegen/b/agent_test/o/1.38.0/3/oracle-cloud-agent_1.38.0-4_amd64.snap | |
sudo snap stop oracle-cloud-agent | |
sudo snap install --classic --dangerous /home/ubuntu/oracle-cloud-agent_1.38.0-4_amd64.snap | |
sudo snap start oracle-cloud-agent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment