Commit Graph

7 Commits

Author SHA1 Message Date
Nishan
502ee9f4de revert to localhost from play.sailor.sh 2025-08-27 10:42:06 +05:30
michie1
8c31da5e6e Change cd ck-x to cd CK-X in COMPOSE-DEPLOY.md 2025-06-28 13:01:11 +02:00
Nishan
d052945bfe Refactor links 2025-05-11 15:17:17 +05:30
Nishan
c7bf53c630 FIX: Cleanup Script 2025-04-10 12:12:22 +05:30
davide
ff602f5fb6 feat: fix quick install by switching from process substitution to pipe
The previous command used process substitution:
  bash <(curl -fsSL ...)

This can fail on some systems due to how /dev/fd handles file descriptors,
especially when using sudo. The new approach uses a pipe instead:
  curl -fsSL ... | sudo bash

This is more portable and avoids permission issues related to temp files.
2025-04-09 20:45:57 +02:00
Nishan
41c4b277aa Refactor Labs 2025-04-05 15:20:55 +05:30
Nishan
d8b69865f6 Initial Commit 2025-04-02 10:39:59 +05:30