Commit Graph

9 Commits

Author SHA1 Message Date
Nishan
e85d81f47c Update: ReadMe 2025-04-13 20:41:06 +05:30
Nishan
d7b9ca8afb ADD: startup warning 2025-04-12 17:24:45 +05:30
Nishan
4c0980c23f Update README.md windows intallation note 2025-04-11 00:19:48 +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 B
0e2a29efd5 Update README.md 2025-04-05 15:33:17 +05:30
Nishan B
75fef278a6 Update README.md 2025-04-05 15:25:06 +05:30
Nishan B
65baad71f7 Update README.md 2025-04-05 15:23:47 +05:30
Nishan
41c4b277aa Refactor Labs 2025-04-05 15:20:55 +05:30
Nishan
d8b69865f6 Initial Commit 2025-04-02 10:39:59 +05:30