diff --git a/VERSION b/VERSION index eac1e0a..f5a0d9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.6 +1.5.7 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index e4d93e6..389ca5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (1.5.6) kinetic; urgency=critical +vanilla-first-setup (1.5.7) kinetic; urgency=critical * Fix reboot button not being hidden diff --git a/recipe.json b/recipe.json index fa33b5c..bdd31b5 100644 --- a/recipe.json +++ b/recipe.json @@ -4,7 +4,8 @@ "distro_logo": "org.vanillaos.FirstSetup", "pre_run": [ "apt update", - "apt install -f" + "apt install -f", + "apt upgrade -y" ], "post_run": [ "apt update",