Skip to content

Commit

Permalink
Merge pull request #81 from meilisearch/brunoocasali-patch-1
Browse files Browse the repository at this point in the history
Add --fix-missing packages while installing nginx
  • Loading branch information
brunoocasali authored Jul 2, 2024
2 parents fa9bf6c + d8871e7 commit eeb286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update -y -q

# Install packages
apt-get install -y nginx ufw certbot python3-certbot-nginx
apt-get install -y --fix-missing nginx ufw certbot python3-certbot-nginx

# Remove the default virtualhost symlink
rm /etc/nginx/sites-enabled/default
Expand Down

0 comments on commit eeb286d

Please sign in to comment.