Skip to content

Commit a69aa59

Browse files
committed
Typo and warning added to help message.
1 parent cff7cf9 commit a69aa59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_image

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e +x -o pipefail
44

55
function bootstrap_docker()
66
{
7-
usdo apt-get update --quiet --quiet
7+
sudo apt-get update --quiet --quiet
88
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common jq
99

1010
export CODENAME=$(source /etc/os-release && echo "$VERSION_CODENAME")
@@ -48,7 +48,7 @@ function usage()
4848
Usage $0 <bootstrap|build [distro]>
4949
5050
bootstrap - Configure the system with the Docker repository and
51-
install Docker CE and Docker Compose packages.
51+
install Docker CE and Docker Compose packages. (Ubuntu only)
5252
build [distro] - Build the Docker images for the given distro codename.
5353
Builds all distros when no codename provided.
5454

0 commit comments

Comments
 (0)