recipe: Force upgrade on first setup

main
mirkobrombin 2 years ago
parent c649344ac7
commit b385a67fbb

@ -1 +1 @@
1.5.6
1.5.7

2
debian/changelog vendored

@ -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

@ -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",

Loading…
Cancel
Save