Skip to content

Commit df94117

Browse files
committed
Bugfix in install.sh
Forgot to make notes +x Signed-off-by: primis <[email protected]>
1 parent 7822acc commit df94117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ echo "Downloading and Extracting Notes from Repository..."
2828

2929
echo "Moving Files into Place..."
3030
mv "$extract_dir"/notes /usr/local/bin/notes
31+
# Make it runnable
32+
chmod a+x /usr/local/bin/notes
3133
# Do we have bash completion abilities?
3234
if [ -d "$bash_completion_dir" ]; then
3335
mv "$extract_dir"/notes.bash_completion "$bash_completions_dir"/notes

0 commit comments

Comments
 (0)