mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-07-30 02:20:40 +00:00
Updated installer cloud url.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Sashimono cloud installer script.
|
||||
# This will download, extract and install the Sashimono installer package.
|
||||
|
||||
package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
|
||||
package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
|
||||
|
||||
tmp=$(mktemp -d)
|
||||
cd $tmp
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# This will download and extract the installer and then uninstall Sashimono.
|
||||
# -q for non-interactive (quiet) mode
|
||||
|
||||
package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
|
||||
package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
|
||||
|
||||
tmp=$(mktemp -d)
|
||||
cd $tmp
|
||||
|
||||
@@ -166,8 +166,8 @@ if [ $mode == "reconfig" ]; then
|
||||
sashimono_service="sashimono-agent"
|
||||
saconfig="/etc/sashimono/sa.cfg"
|
||||
|
||||
uninstall="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q"
|
||||
install="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/install.sh | bash"
|
||||
uninstall="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q"
|
||||
install="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/install.sh | bash"
|
||||
|
||||
restartcgrs="systemctl restart $cgrulesengd_service.service"
|
||||
restartsas="systemctl restart $sashimono_service.service"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# 2. Install Sashimono after reboot.
|
||||
# 3. Restarts cgroup engine service after installing Sashimono.
|
||||
|
||||
cloudstorage="https://hotpocketstorage.blob.core.windows.net/sashimono"
|
||||
cloudstorage="https://sthotpocket.blob.core.windows.net/sashimono"
|
||||
bootscript="/usr/local/bin/sashimono-install.sh"
|
||||
cgrulesengd_service="cgrulesengdsvc"
|
||||
boot_service="sashimonoboot"
|
||||
|
||||
Reference in New Issue
Block a user