The first boot app
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Mirko Brombin 88e8a7713b
Merge pull request #17 from nclm/patch-2
Change PC to Device?
2 years ago
.github/workflows
data 1.2.1 2 years ago
debian 1.2.1 2 years ago
po Merge pull request #15 from Vanilla-OS/gitlocalize-21507 2 years ago
vanilla_first_setup Less specific 2 years ago
.gitignore
LICENSE
README.md misc: Add translation badge 2 years ago
VERSION 1.2.1 2 years ago
first-setup.txt
meson.build 1.2.1 2 years ago
recipe.json recipe: use apx instead of apt 2 years ago

README.md

Vanilla OS First Setup

This utility is meant to be used in Vanilla OS as a first-setup wizard. Its purpose is to help the user to configure the system to their needs, e.g. by configuring snap, flatpak, flathub, etc.



Build

Dependencies

  • build-essential
  • meson
  • libadwaita-1-dev
  • gettext
  • desktop-file-utils

Build

meson build
ninja -C build

Install

sudo ninja -C build install

Run

vanilla-first-setup

Using custom recipes

Place a new recipe in /etc/vanilla-first-setup/recipe.json or launch the utility with the VANILLA_CUSTOM_RECIPE environment variable set to the path of the recipe.