Skip to content

Commit 989dcad

Browse files
committed
chore: fix link install.sh
1 parent 9b13774 commit 989dcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ command -v git >/dev/null 2>&1 || {
1919
}
2020

2121
# Clone repo
22-
REPO_URL="https://github.com/YOUR_USERNAME/cloudlab-merox.git"
22+
REPO_URL="https://github.com/meroxdotdev/cloudlab-merox.git"
2323
TARGET_DIR="${1:-cloudlab-merox}"
2424

2525
if [ -d "$TARGET_DIR" ]; then

0 commit comments

Comments
 (0)