Skip to content

Commit

Permalink
Feat: change ownership of installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed May 11, 2023
1 parent d0eb79a commit 4eb4163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ chmod +x $INSTALL_DIR/paperer
# Create a symbolic link to the executable.
ln -sf $INSTALL_DIR/paperer $BIN_DIR/paperer

# Change ownership.
chown -R $SUDO_USER $INSTALL_DIR

# User feedback.
echo " + Installed 'paperer' successfully! Type 'paperer --help' to get started."

0 comments on commit 4eb4163

Please sign in to comment.