We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e368b0 commit 889ef3bCopy full SHA for 889ef3b
1 file changed
install.sh
@@ -45,7 +45,7 @@ if [ -f "$SCRIPT_DIR/wrapper.sh" ]; then
45
cp "$SCRIPT_DIR/wrapper.sh" "$WRAPPER_TMP"
46
else
47
echo "📝 Downloading wrapper.sh..."
48
- if ! curl -fsSL "https://raw.githubusercontent.com/psyb0t/claudebox/master/wrapper.sh" -o "$WRAPPER_TMP"; then
+ if ! curl -fsSL "https://raw.githubusercontent.com/psyb0t/docker-claudebox/master/wrapper.sh" -o "$WRAPPER_TMP"; then
49
echo "❌ Failed to download wrapper.sh"
50
rm -f "$WRAPPER_TMP"
51
exit 1
0 commit comments