Skip to content

Commit

Permalink
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 f067275 commit 6056964
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -431,13 +431,13 @@ systemd_install () {
create_folders
install_configuration
sudo cp -n "$MERCURE_SRC"/installation/sudoers/* /etc/sudoers.d/
# install_packages
# install_docker
install_packages
install_docker
install_app_files
# install_dependencies
# install_postgres
install_dependencies
install_postgres
sudo chown -R mercure:mercure "$MERCURE_BASE"
# install_services
install_services
}

docker_install () {
Expand Down

0 comments on commit 6056964

Please sign in to comment.