Update google-cloud-setup.md

This commit is contained in:
Xavier Olvera 2022-08-01 23:34:44 -05:00 committed by GitHub
parent 43cd860643
commit 56c1dc03ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ Once you've opened the terminal, run these commands, one at a time, in order.
```bash
# Install almost every dependency we need.
sudo apt-get update
sudo apt-get install -y python3 python3-pip build-essential gcc libssl-dev zlib1g zlib1g-dev sqlite git gpg wget unzip screen
sudo apt-get install -y python3 python3-pip build-essential gcc libssl-dev zlib1g zlib1g-dev sqlite3 git gpg wget unzip screen
# This installs MariaDB
sudo apt-get install -y default-mysql-server