Skip to content

Commit

Permalink
installer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Wiggins authored and Roy Wiggins committed Dec 12, 2024
1 parent dee8eef commit 9b62f97
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 @@ -363,9 +363,12 @@ install_app_files() {
fi
echo "## Linking 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"
# the mercure user and running user will be in each other's groups
sudo usermod -aG $OWNER $USER
sudo usermod -aG $USER $OWNER
return
fi

Expand Down

0 comments on commit 9b62f97

Please sign in to comment.