Ubuntu Pastebin

Paste from slabgrha at Fri, 28 Oct 2016 16:54:05 +0000

Download as text
1
2
3
4
#!/bin/sh -e
sudo ls -l /var/lib/cloud/instance/user-data.txt
sudo apt-get update -y
sudo apt-get upgrade -y
Download as text