Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <nn708@outlook.com> 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
Expand Down
4 changes: 2 additions & 2 deletions vanilla_first_setup/scripts/setup-system
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading