diff --git a/files/lxd-containers-upgrade.sh b/files/lxd-containers-upgrade.sh index deef739..1ede627 100644 --- a/files/lxd-containers-upgrade.sh +++ b/files/lxd-containers-upgrade.sh @@ -13,4 +13,5 @@ for i in $(lxc list --format csv -c n); do lxc exec "$i" -- sudo -u benpro yay -Sc --noconfirm lxc exec "$i" -- sudo -u benpro yay -Syu --noconfirm fi + lxc exec "$i" -- reboot done