mirror of
https://github.com/geerlingguy/kubernetes-101.git
synced 2026-08-24 02:24:23 -05:00
PR #16 follow-up.
This commit is contained in:
@@ -8,7 +8,7 @@ Run `vagrant ssh` to log into the VM, then run all the commands below:
|
||||
# Update apt caches.
|
||||
sudo apt update
|
||||
|
||||
# Install MySQL (or in this case, MariaDB) & Unzip for PHP Compose step
|
||||
# Install MySQL (or in this case, MariaDB) and unzip packages.
|
||||
sudo apt install -y mariadb-server mariadb-client unzip
|
||||
|
||||
# Run through the installation process.
|
||||
|
||||
Reference in New Issue
Block a user