Edited install.sh after making .sh files executable by default. Gonna edit the README.md as well.

This commit is contained in:
2026-08-12 23:59:11 +00:00
parent a8869896fa
commit 17767eeca9
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
chmod +x *.sh
sudo cp ./dry.sh /usr/local/bin/dry sudo cp ./dry.sh /usr/local/bin/dry
echo "Install finished. To run, just run the command: dry"