From cc5fc425961df2d3ccffb734e64996a1417adb83 Mon Sep 17 00:00:00 2001 From: igorpecovnik <6281704+igorpecovnik@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:27:05 +0000 Subject: [PATCH] `Automatic` documentation update --- lib/armbian-configng/config.ng.jobs.json | 117 +---------------------- 1 file changed, 1 insertion(+), 116 deletions(-) diff --git a/lib/armbian-configng/config.ng.jobs.json b/lib/armbian-configng/config.ng.jobs.json index 3bc40960..fae855cb 100644 --- a/lib/armbian-configng/config.ng.jobs.json +++ b/lib/armbian-configng/config.ng.jobs.json @@ -549,16 +549,6 @@ "src_reference": "", "author": "" }, - { - "id": "L03", - "description": "Change APT mirrors", - "about": "This will change the APT mirrors", - "command": [ - "get_user_continue \"This is only a frontend test\" process_input" - ], - "status": "Disabled", - "author": "" - }, { "id": "L04", "description": "Change System Hostname", @@ -672,53 +662,6 @@ } ] }, - { - "id": "DE20", - "description": "i3-wm desktop", - "status": "Disabled", - "sub": [ - { - "id": "DE21", - "description": "i3 desktop Install", - "command": [ - "manage_desktops 'i3-wm' 'install'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ ! -f /usr/share/xsessions/i3.desktop ]" - }, - { - "id": "DE22", - "description": "i3 desktop uninstall", - "command": [ - "manage_desktops 'i3-wm' 'uninstall'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/i3.desktop ]" - }, - { - "id": "DE23", - "description": "Enable autologin", - "command": [ - "manage_desktops 'i3-wm' 'auto'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/i3.desktop ] && [ ! -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]" - }, - { - "id": "DE24", - "description": "Disable autologin", - "command": [ - "manage_desktops 'i3-wm' 'manual'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/i3.desktop ] && [ -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]" - } - ] - }, { "id": "Cinnamon", "description": "Cinnamon desktop", @@ -765,53 +708,6 @@ } ] }, - { - "id": "DE40", - "description": "Kde-neon desktop", - "status": "Disabled", - "sub": [ - { - "id": "DE41", - "description": "Kde-neon desktop Install", - "command": [ - "manage_desktops 'kde-neon' 'install'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ ! -f /usr/share/xsessions/gnome.desktop ]" - }, - { - "id": "DE42", - "description": "Uninstall", - "command": [ - "manage_desktops 'kde-neon' 'uninstall'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/gnome.desktop ]" - }, - { - "id": "DE43", - "description": "Enable autologin", - "command": [ - "manage_desktops 'kde-neon' 'auto'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/gnome.desktop ] && [ ! -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]" - }, - { - "id": "DE44", - "description": "Disable autologin", - "command": [ - "manage_desktops 'kde-neon' 'manual'" - ], - "status": "Stable", - "author": "@igorpecovnik", - "condition": "[ -f /usr/share/xsessions/gnome.desktop ] && [ -f /etc/lightdm/lightdm.conf.d/22-armbian-autologin.conf ]" - } - ] - }, { "id": "DE99", "description": "Improve application search speed", @@ -1176,19 +1072,8 @@ "doc_link": "", "src_reference": "", "author": "" - }, - { - "id": "H03", - "description": "List of Config function(WIP)", - "command": [ - "show_message <<< see_use" - ], - "status": "Disabled", - "doc_link": "", - "src_reference": "", - "author": "" } ] } ] -} \ No newline at end of file +}