You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ if ! command -v git &> /dev/null; then
37
37
fi
38
38
39
39
echo"Cloning the repository..."
40
-
git clone https://github.com/Brayden/starbasedb.git > /dev/null 2>&1|| { echo"Error: Failed to clone the repository. Please check your internet connection and try again.";exit 1; }
40
+
git clone https://github.com/outerbase/starbasedb.git > /dev/null 2>&1|| { echo"Error: Failed to clone the repository. Please check your internet connection and try again.";exit 1; }
41
41
cd starbasedb || { echo"Error: Failed to change to the starbasedb directory. The clone might have failed.";exit 1; }
42
42
43
43
# Step 3: Generate a secure AUTHORIZATION_TOKEN and update wrangler.toml
0 commit comments