1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-15 12:06:19 +02:00

ci(salt-bootstrap): New URL for SaltStack bootstrap script

The Salt Project decommissioned https://bootstrap.saltproject.io/ in
November 2024.
This commit is contained in:
Nick Liu
2025-01-03 18:19:52 +01:00
parent 2730f16af4
commit c47e0ac374

View File

@ -1,7 +1,7 @@
/*
* e107 website system
*
* Copyright (C) 2008-2022 e107 Inc (e107.org)
* Copyright (C) 2008-2025 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
@ -20,7 +20,7 @@ import (
func main() {
http.DefaultTransport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
response, err := http.Get("https://bootstrap.saltproject.io")
response, err := http.Get("https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh")
if err != nil {
panic(err)
}