Merge pull request #160 from matbme/main

Replace Ubuntu packages + refs with Debian
main
Mirko Brombin 2 years ago committed by GitHub
commit b71fc8a2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
debian/control vendored

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

@ -28,7 +28,7 @@
"abroot": { "abroot": {
"icon": "security-medium-symbolic", "icon": "security-medium-symbolic",
"title": "Immutable and Atomic", "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/" "read_more_link": "https://documentation.vanillaos.org/docs/ABRoot/"
}, },
"apx": { "apx": {
@ -452,7 +452,7 @@
"info": { "info": {
"type": "text", "type": "text",
"title": "About Proprietary Drivers", "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": [ "final": [
@ -461,7 +461,7 @@
"type": "command", "type": "command",
"commands": [ "commands": [
"apt install -y linux-headers-$(uname -r) nvidia-prime", "apt install -y linux-headers-$(uname -r) nvidia-prime",
"ubuntu-drivers install --recommended" "ikaros auto-install"
] ]
} }
] ]
@ -498,22 +498,22 @@
"is-advanced": true, "is-advanced": true,
"preset": true, "preset": true,
"icon": "vanilla-puzzle-piece-symbolic", "icon": "vanilla-puzzle-piece-symbolic",
"title": "Restricted Codecs", "title": "Proprietary Codecs",
"description": "Choose whether to install restricted codecs and fonts.", "description": "Choose whether to install proprietary codecs and fonts.",
"buttons": { "buttons": {
"yes": "Install", "yes": "Install",
"no": "Skip", "no": "Skip",
"info": { "info": {
"type": "text", "type": "text",
"title": "About Restricted Codecs", "title": "About Proprietary Codecs",
"text": "Install drivers, fonts and other essentials from the ubuntu-restricted-extras and ubuntu-restricted-addons repositories." "text": "Install proprietary drivers, fonts and other essentials from the Debian repositories."
} }
}, },
"final": [ "final": [
{ {
"if": "codecs", "if": "codecs",
"type": "command", "type": "command",
"commands": ["apt install -y ubuntu-restricted-addons ubuntu-restricted-extras"] "commands": ["apt install -y libavcodec-extra gstreamer1.0-fluendo-mp3 gstreamer1.0-libav gstreamer1.0-plugins-ugly gstreamer1.0-vaapi libavcodec-extra ttf-mscorefonts-installer unrar"]
} }
] ]
}, },

Loading…
Cancel
Save