From 4d676e3fe48d88824da50651b315d4e3e66098f5 Mon Sep 17 00:00:00 2001 From: NN708 Date: Mon, 18 May 2026 15:40:50 +0000 Subject: [PATCH 1/2] feat: update subsystem setup script --- vanilla_first_setup/scripts/setup-system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 2994a667bcfc56f539ace824e0caa98485cd11e7 Mon Sep 17 00:00:00 2001 From: NN708 Date: Tue, 19 May 2026 00:00:02 +0000 Subject: [PATCH 2/2] chore: update changelog --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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