mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 01:36:43 +01:00 
			
		
		
		
	Update docker-install.sh
Update to default-mysql-client
This commit is contained in:
		| @@ -53,7 +53,7 @@ fi | |||||||
|  |  | ||||||
| # Install Stuff | # Install Stuff | ||||||
| apt-get update | apt-get update | ||||||
| apt-get -y install docker-ce docker-ce-cli containerd.io mysql-client wget | apt-get -y install docker-ce docker-ce-cli containerd.io default-mysql-client wget | ||||||
|  |  | ||||||
| if [ $? -ne 0 ]; then | if [ $? -ne 0 ]; then | ||||||
|     echo "Failed to install apt prerequisites docker-ce docker-ce-cli containerd.io mysql-client wget" |     echo "Failed to install apt prerequisites docker-ce docker-ce-cli containerd.io mysql-client wget" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user