Skip to content

Commit

Permalink
remove ssimn.org mirror from network chcks and reformat array
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Oct 20, 2024
1 parent 95f7e9f commit be11c79
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions provision/provision-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,15 @@ function network_check() {
#
# If you need to modify this list, contact us on GitHub with the changes.
declare -a hosts_to_test=(
"https://ppa.launchpadcontent.net" # needed for core ubuntu packages
"https://wordpress.org" # WordPress!!
"https://github.com" # needed for dashboard, extensions, etc
"https://raw.githubusercontent.com" # some scripts and provisioners rely on this
"https://getcomposer.org" # composer is used for lots of sites and provisioners
"https://packagist.org" # Composer Packages
"https://mariadb.gb.ssimn.org" # MariaDB mirror
"http://mariadb.mirrors.ovh.net" # MariaDB mirror[ovh]
"https://ppa.launchpadcontent.net" # Needed for core ubuntu packages
"https://wordpress.org" # WordPress!!
"https://github.com" # Needed for dashboard, extensions, etc
"https://raw.githubusercontent.com" # Some scripts and provisioners rely on this
"https://getcomposer.org" # Composer is used for lots of sites and provisioners
"https://packagist.org" # Composer Packages
"http://mariadb.mirrors.ovh.net" # MariaDB mirror[ovh]
"http://ports.ubuntu.com/"
"https://nginx.org/packages/mainline/"
"https://nginx.org/packages/mainline/" # Nginx
)
declare -a failed_hosts=()
for url in "${hosts_to_test[@]}"; do
Expand Down

0 comments on commit be11c79

Please sign in to comment.