Skip to content

Commit a1af974

Browse files
committed
fixup! Change install commands to use local assets instead of downloading from github
1 parent c046ae9 commit a1af974

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shared/services/rocketpool/client.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ import (
3232

3333
// Config
3434
const (
35-
InstallerURL string = "https://github.com/rocket-pool/smartnode-install/releases/download/%s/install.sh"
36-
UpdateTrackerURL string = "https://github.com/rocket-pool/smartnode-install/releases/download/%s/install-update-tracker.sh"
37-
3835
SettingsFile string = "user-settings.yml"
3936
BackupSettingsFile string = "user-settings-backup.yml"
4037
PrometheusConfigTemplate string = "prometheus.tmpl"

0 commit comments

Comments
 (0)