From a477606957ad2273febc3b030a999faee8efabae Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 16 Jun 2025 19:26:47 +0300 Subject: [PATCH] test --- installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer.sh b/installer.sh index d477804..28e8899 100644 --- a/installer.sh +++ b/installer.sh @@ -5,6 +5,8 @@ cd +echo hi + # increase max tracking files echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p