Replace Ubuntu packages + refs with Debian

main
Mateus Melchiades 1 year ago
parent fc9834a6fb
commit f68e2a1c1c

3
debian/control vendored

@ -24,6 +24,5 @@ Depends: python3,
libadwaita-1-0,
gir1.2-gtk-4.0,
gir1.2-adw-1,
gir1.2-vte-3.91,
ubuntu-drivers-common
gir1.2-vte-3.91
Description: This utility is meant to be used in Ubuntu Vanilla GNOME as a first-setup wizard.

@ -28,7 +28,7 @@
"abroot": {
"icon": "security-medium-symbolic",
"title": "Immutable and Atomic",
"description": "Vanilla OS is an immutable and atomic Linux distribution. It is based on Ubuntu and uses ABRoot to provide atomic transactions.",
"description": "Vanilla OS is an immutable and atomic Linux distribution. It is based on Debian and uses ABRoot to provide atomic transactions.",
"read_more_link": "https://documentation.vanillaos.org/docs/ABRoot/"
},
"apx": {
@ -452,7 +452,7 @@
"info": {
"type": "text",
"title": "About Proprietary Drivers",
"text": "A proprietary driver has private code that neither Vanilla OS nor Ubuntu developers can review.\n\nSecurity and other updates are dependent on the driver vendor."
"text": "A proprietary driver has private code that neither Vanilla OS nor Debian developers can review.\n\nSecurity and other updates are dependent on the driver vendor."
}
},
"final": [
@ -461,7 +461,7 @@
"type": "command",
"commands": [
"apt install -y linux-headers-$(uname -r) nvidia-prime",
"ubuntu-drivers install --recommended"
"ikaros auto-install"
]
}
]
@ -498,22 +498,22 @@
"is-advanced": true,
"preset": true,
"icon": "vanilla-puzzle-piece-symbolic",
"title": "Restricted Codecs",
"description": "Choose whether to install restricted codecs and fonts.",
"title": "Proprietary Codecs",
"description": "Choose whether to install proprietary codecs and fonts.",
"buttons": {
"yes": "Install",
"no": "Skip",
"info": {
"type": "text",
"title": "About Restricted Codecs",
"text": "Install drivers, fonts and other essentials from the ubuntu-restricted-extras and ubuntu-restricted-addons repositories."
"title": "About Proprietary Codecs",
"text": "Install proprietary drivers, fonts and other essentials from the Debian repositories."
}
},
"final": [
{
"if": "codecs",
"type": "command",
"commands": ["apt install -y ubuntu-restricted-addons ubuntu-restricted-extras"]
"commands": ["apt install -y gstreamer1.0-fluendo-mp3 gstreamer1.0-libav gstreamer1.0-plugins-ugly gstreamer1.0-vaapi libavcodec-extra ttf-mscorefonts-installer unrar"]
}
]
},

Loading…
Cancel
Save