Nishan
b6f6c3f7be
update instllation script path
2026-05-10 07:06:25 +05:30
Nishan
628548c359
update installtion script
2026-05-09 18:07:48 +05:30
Nishan
b83738716c
Refactor funding & lic
2026-05-09 17:51:54 +05:30
Nishan
b53d281fc7
refactor
2026-03-16 13:40:51 +05:30
Nishan
328fe6a1f4
Update README.md
2025-07-08 21:29:31 +05:30
Nishan
df9e9d33c4
Update README.md
2025-06-01 11:03:41 +05:30
Nishan
d052945bfe
Refactor links
2025-05-11 15:17:17 +05:30
Nishan
601aab38bb
Update README.md
2025-04-27 17:42:06 +05:30
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