diff --git a/debian/changelog b/debian/changelog index 77b21bc8..21a42dfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +vanilla-first-setup (3.4.0) unstable; urgency=medium + + * Added update mode + * Updated subsystem setup script + * Added Apx GUI and Resources to apps + * Removed File Roller and Photos from apps + * Updated translations + + -- NN708 Tue, 19 May 2025 00:00:00 +0000 + vanilla-first-setup (3.1.0) unstable; urgency=medium * Added Decibles, OnlyOffice, Thunderbird and more Browsers to apps diff --git a/vanilla_first_setup/scripts/setup-system b/vanilla_first_setup/scripts/setup-system index 567a006d..57518471 100755 --- a/vanilla_first_setup/scripts/setup-system +++ b/vanilla_first_setup/scripts/setup-system @@ -10,5 +10,5 @@ if [ "$UID" == "0" ]; then exit 7 fi -vso pico-init -vso run echo vso subsystem set up successfully +vso native init +vso native run echo vso subsystem set up successfully