Skip to content

Commit

Permalink
change proposed by townsmcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Actpohomoc authored Aug 18, 2021
1 parent fad821e commit 74de321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ lxc-cmd apt-get -y purge openssh-{client,server} >/dev/null

# Update container OS
msg "Updating container OS..."
lxc-cmd apt-get update >/dev/null
#lxc-cmd apt-get update >/dev/null
lxc-cmd apt-get --allow-releaseinfo-change update >/dev/null
lxc-cmd apt-get -qqy upgrade &>/dev/null

# Install prerequisites
Expand Down

0 comments on commit 74de321

Please sign in to comment.