We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51472d commit 4efebe6Copy full SHA for 4efebe6
install/kraken/set_default_extensions.sh
@@ -3,7 +3,7 @@
3
# Extensions data fetch, use for Extensions that are synced by some online source
4
5
COCKPIT_RELEASE_URL="https://api.github.com/repos/bluerobotics/cockpit/releases/latest"
6
-MAJOR_TOM_RELEASE_URL="https://kipulwyil1.execute-api.us-east-1.amazonaws.com/api/blueos/install"
+MAJOR_TOM_RELEASE_URL="https://blueos.cloud/major_tom/install"
7
8
response=$(curl -fsSL $COCKPIT_RELEASE_URL)
9
0 commit comments