From 17767eeca9ecfe6de7f55496a51571b0bf80d0fb Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 12 Aug 2026 23:59:11 +0000 Subject: [PATCH] Edited install.sh after making .sh files executable by default. Gonna edit the README.md as well. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 58f321d..7d66a5f 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/bin/bash -chmod +x *.sh -sudo cp ./dry.sh /usr/local/bin/dry \ No newline at end of file +sudo cp ./dry.sh /usr/local/bin/dry +echo "Install finished. To run, just run the command: dry" \ No newline at end of file