1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Add link to get-docker script

This commit is contained in:
Chase Wright 2021-03-15 12:58:51 -05:00 committed by GitHub
parent abb5449c71
commit cef02d5633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ apt-get -y install docker-ce docker-ce-cli containerd.io mysql-client wget
if [ $? -ne 0 ]; then
echo "Failed to install apt prerequisites docker-ce docker-ce-cli containerd.io mysql-client wget"
echo "Try manually isntalling these prerequisites and try again"
echo "For docker try: curl -fsSL https://get.docker.com -o get-docker.sh"
exit
fi