Skip to content

Commit 3afe24e

Browse files
committed
tmp
1 parent 8ff6fc2 commit 3afe24e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.138-vault-4"
1+
postgres-version = "15.6.1.138-vault-5"

scripts/nix-provision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ EOF
3939
}
4040

4141
function cleanup_packages {
42-
apt-get -y remove --purge ansible
43-
add-apt-repository --yes --remove ppa:ansible/ansible
42+
sudo apt-get -y remove --purge ansible
43+
sudo add-apt-repository --yes --remove ppa:ansible/ansible
4444
}
4545

4646
install_packages

0 commit comments

Comments
 (0)