Skip to content

Commit

Permalink
better package maintenance for Lightsail
Browse files Browse the repository at this point in the history
  • Loading branch information
jesdynf committed Mar 27, 2022
1 parent 38979b8 commit 6b14162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/lightsail/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ f () {
echo Skipping swap allocation...
fi

apt-get update
apt-get update -y
apt-get dist-upgrade -y
apt autoremove -y
apt-get install jq git duplicity containerd docker-compose -y

mkdir backups
Expand Down

0 comments on commit 6b14162

Please sign in to comment.