mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
add aarch64 to mysql
This commit is contained in:
parent
1dbb70514f
commit
e60b1a70c9
2
mysql.sh
2
mysql.sh
@ -34,7 +34,7 @@ echo "Debian finished"
|
||||
|
||||
# =================== YUM/DNF repos ==========================
|
||||
COMPONENTS="mysql-connectors-community,mysql-tools-community,mysql-8.0-community,mysql-5.6-community,mysql-5.7-community"
|
||||
"$yum_sync" "${BASE_URL}/yum/@{comp}/el/@{os_ver}/@{arch}/" 6-8 "$COMPONENTS" x86_64 "@{comp}-el@{os_ver}" "$YUM_PATH"
|
||||
"$yum_sync" "${BASE_URL}/yum/@{comp}/el/@{os_ver}/@{arch}/" 6-8 "$COMPONENTS" x86_64,aarch64 "@{comp}-el@{os_ver}" "$YUM_PATH"
|
||||
echo "YUM finished"
|
||||
|
||||
# --------- dev.mysql.com --------
|
||||
|
Loading…
x
Reference in New Issue
Block a user