Update part-2-docker-scripts.sh

pull/1/head
Tai 3 years ago committed by GitHub
parent ab1ec7386d
commit 37da5116c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,9 +8,6 @@ set -euo pipefail
# Name of the user to create and grant sudo privileges
USERNAME=yourusername
# Change Time Zone to PST
timedatectl set-timezone America/Los_Angeles
apt update
apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
@ -22,4 +19,4 @@ systemctl status docker
usermod -aG docker ${USERNAME}
curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

Loading…
Cancel
Save