Skip to content

Commit 889ef3b

Browse files
committed
f
1 parent 6e368b0 commit 889ef3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ -f "$SCRIPT_DIR/wrapper.sh" ]; then
4545
cp "$SCRIPT_DIR/wrapper.sh" "$WRAPPER_TMP"
4646
else
4747
echo "📝 Downloading wrapper.sh..."
48-
if ! curl -fsSL "https://raw.githubusercontent.com/psyb0t/claudebox/master/wrapper.sh" -o "$WRAPPER_TMP"; then
48+
if ! curl -fsSL "https://raw.githubusercontent.com/psyb0t/docker-claudebox/master/wrapper.sh" -o "$WRAPPER_TMP"; then
4949
echo "❌ Failed to download wrapper.sh"
5050
rm -f "$WRAPPER_TMP"
5151
exit 1

0 commit comments

Comments
 (0)