@simplehomelab/deployrr 6.0.9 → 6.0.10

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.
@@ -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: sudo deployrr"
54
+ echo " Run: deployrr"
55
55
  else
56
56
  echo "✅ Deployrr v${VERSION} installed to $DEPLOYRR_DIR/$BINARY"
57
- echo " Run: sudo $DEPLOYRR_DIR/$BINARY"
57
+ echo " Run: $DEPLOYRR_DIR/$BINARY"
58
58
  fi
59
59
  else
60
60
  echo "❌ Download failed. Check your internet connection."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplehomelab/deployrr",
3
- "version": "6.0.9",
3
+ "version": "6.0.10",
4
4
  "description": "Deployrr - Docker homelab deployment manager",
5
5
  "bin": {
6
6
  "deployrr": "./bin/deployrr-init.sh"