We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822acc commit df94117Copy full SHA for df94117
install.sh
@@ -28,6 +28,8 @@ echo "Downloading and Extracting Notes from Repository..."
28
29
echo "Moving Files into Place..."
30
mv "$extract_dir"/notes /usr/local/bin/notes
31
+ # Make it runnable
32
+ chmod a+x /usr/local/bin/notes
33
# Do we have bash completion abilities?
34
if [ -d "$bash_completion_dir" ]; then
35
mv "$extract_dir"/notes.bash_completion "$bash_completions_dir"/notes
0 commit comments