Skip to content

Commit

Permalink
install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 13, 2024
1 parent bddce79 commit 73b98fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ install_app_files() {
sudo ln -s "$MERCURE_SRC/app" "$MERCURE_BASE"
sudo chown -h $OWNER:$OWNER ./app
link_binaries
sudo chown -R $OWNER:$OWNER "$MERCURE_SRC/app"
sudo chmod g+w "$MERCURE_SRC/app"
# the mercure user and running user will be in each other's groups
sudo usermod -aG $OWNER $(logname)
Expand Down

0 comments on commit 73b98fd

Please sign in to comment.