Update gitea-install.sh

add SQLite3
This commit is contained in:
tteckster 2024-07-26 05:22:40 -04:00 committed by GitHub
parent ae49faec93
commit 136f667126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ $STD apt-get install -y git
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y sqlite3
msg_ok "Installed Dependencies"
msg_info "Installing Gitea"