Skip to content

Commit

Permalink
added -y option
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jan 30, 2023
1 parent 7e40df4 commit 0847dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql/install-packages.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

apt-get update && apt-get install mariadb-client
apt-get update && apt-get install -y mariadb-client
echo "Installed dependencies"
2 changes: 1 addition & 1 deletion postgresql/install-packages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

apt-get update && apt-get install postgresql
apt-get update && apt-get install -y postgresql

echo "Installed dependencies"

0 comments on commit 0847dca

Please sign in to comment.