Browse Source

[FIX] Typo in apk add command (#150)

pull/153/head
Daniele De Lorenzi 2 years ago
committed by GitHub
parent
commit
591b3bcd44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mysql-backup-s3/install.sh

2
mysql-backup-s3/install.sh

@ -7,7 +7,7 @@ apk update
# install mysqldump
apk add mysql-client
apk add apk add mariadb-connector-c
apk add mariadb-connector-c
# install s3 tools
apk add python3 py3-pip

Loading…
Cancel
Save