@simplehomelab/deployrr 6.0.9 → 6.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/deployrr-init.sh +2 -2
- package/package.json +1 -1
package/bin/deployrr-init.sh
CHANGED
|
@@ -51,10 +51,10 @@ if curl -fsSL -o "$DEPLOYRR_DIR/$BINARY" \
|
|
|
51
51
|
echo ""
|
|
52
52
|
if ln -sf "$DEPLOYRR_DIR/$BINARY" "/usr/local/bin/deployrr"; then
|
|
53
53
|
echo "✅ Deployrr v${VERSION} installed to $DEPLOYRR_DIR/$BINARY"
|
|
54
|
-
echo " Run:
|
|
54
|
+
echo " Run: deployrr"
|
|
55
55
|
else
|
|
56
56
|
echo "✅ Deployrr v${VERSION} installed to $DEPLOYRR_DIR/$BINARY"
|
|
57
|
-
echo " Run:
|
|
57
|
+
echo " Run: $DEPLOYRR_DIR/$BINARY"
|
|
58
58
|
fi
|
|
59
59
|
else
|
|
60
60
|
echo "❌ Download failed. Check your internet connection."
|