penguins-eggs 9.0.48 → 9.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/README.md +81 -47
  2. package/assets/leaves.svg +1 -0
  3. package/assets/live-installer/com.github.pieroproietti.penguins-eggs.policy +25 -0
  4. package/assets/live-installer/filesystem.packages-remove +49 -0
  5. package/assets/penguins-live-installer.desktop +27 -0
  6. package/lib/classes/daddy.js +22 -22
  7. package/lib/classes/distro.d.ts +1 -1
  8. package/lib/classes/distro.js +1 -1
  9. package/lib/classes/family/debian.d.ts +4 -0
  10. package/lib/classes/family/debian.js +7 -0
  11. package/lib/classes/ovary.d.ts +6 -0
  12. package/lib/classes/ovary.js +21 -7
  13. package/lib/classes/settings.js +3 -4
  14. package/lib/classes/sources_list.d.ts +27 -0
  15. package/lib/classes/sources_list.js +103 -0
  16. package/lib/classes/tailor.d.ts +25 -4
  17. package/lib/classes/tailor.js +225 -329
  18. package/lib/classes/utils.d.ts +10 -0
  19. package/lib/classes/utils.js +31 -11
  20. package/lib/classes/xdg.d.ts +2 -1
  21. package/lib/classes/xdg.js +47 -106
  22. package/lib/commands/config.js +4 -2
  23. package/lib/commands/info.js +1 -1
  24. package/lib/commands/update.d.ts +0 -2
  25. package/lib/commands/update.js +3 -52
  26. package/lib/commands/wardrobe/get.d.ts +17 -0
  27. package/lib/commands/wardrobe/get.js +43 -0
  28. package/lib/commands/wardrobe/ironing.d.ts +6 -5
  29. package/lib/commands/wardrobe/ironing.js +80 -78
  30. package/lib/commands/wardrobe/list.d.ts +5 -1
  31. package/lib/commands/wardrobe/list.js +46 -11
  32. package/lib/commands/wardrobe/show.d.ts +5 -1
  33. package/lib/commands/wardrobe/show.js +36 -20
  34. package/lib/commands/wardrobe/wear.d.ts +10 -1
  35. package/lib/commands/wardrobe/wear.js +54 -17
  36. package/lib/components/elements/information.js +23 -19
  37. package/lib/components/elements/title.js +4 -3
  38. package/lib/components/finished.js +1 -0
  39. package/lib/components/network.js +1 -0
  40. package/lib/components/welcome.js +2 -2
  41. package/lib/interfaces/i-costume.d.ts +4 -20
  42. package/lib/interfaces/i-materia.d.ts +32 -0
  43. package/lib/interfaces/i-materia.js +2 -0
  44. package/lib/interfaces/index.d.ts +1 -0
  45. package/oclif.manifest.json +1 -1
  46. package/package.json +17 -19
  47. package/scripts/_eggs +23 -19
  48. package/scripts/eggs.bash +7 -6
  49. package/scripts/mom-cli.sh +66 -0
  50. package/scripts/resy.sh +1 -1
  51. package/assets/penguins-clinstaller.desktop +0 -24
  52. package/assets/penguins-minstall.desktop +0 -95
  53. package/lib/classes/basket.d.ts +0 -22
  54. package/lib/classes/basket.js +0 -114
  55. package/wardrobe.d/external.yml +0 -7
  56. package/wardrobe.d/hen/control.template +0 -10
  57. package/wardrobe.d/hen/index.yml +0 -212
  58. package/wardrobe.d/kde/index.yml +0 -41
  59. package/wardrobe.d/lamp/index.yml +0 -35
  60. package/wardrobe.d/xfce4/index.yml +0 -53
@@ -1,95 +0,0 @@
1
- [Desktop Entry]
2
- Encoding=UTF-8
3
- Type=Application
4
- Exec=sudo eggs install --mx
5
- Icon=/usr/share/gazelle-installer-data/logo.png
6
- Name=Installer
7
- Name[am]=መግጠሚያ
8
- Name[ar]=تنصيب
9
- Name[bg]=Инсталирай
10
- Name[ca]=Instal·lador
11
- Name[cs]=Instalovat
12
- Name[da]=Installationsprogram
13
- Name[de]=Installation
14
- Name[el]=Εγκατάσταση
15
- Name[es]=Instalar
16
- Name[et]=Paigalda
17
- Name[eu]=Instalatu
18
- Name[fa]=نصب
19
- Name[fi]=Asenna
20
- Name[fr]=Installer
21
- Name[he_IL]=Installer
22
- Name[hi]=इंस्टॉलर
23
- Name[hr]=Instalacija
24
- Name[hu]=Telepítő
25
- Name[id]=Installer
26
- Name[is]=Setja upp
27
- Name[it]=Installa
28
- Name[ja]=インストール
29
- Name[kk]=Installer
30
- Name[ko]=설치
31
- Name[lt]=Diegimo programa
32
- Name[mk]=Инсталирај
33
- Name[mr]=Installer
34
- Name[nb]=Installer
35
- Name[nl]=Installeerder
36
- Name[pl]=Instalator
37
- Name[pt_BR]=Instalador
38
- Name[pt]=Instalador
39
- Name[ro]=Instalează
40
- Name[ru]=Установщик
41
- Name[sk]=Inštalovať
42
- Name[sl]=Namesti
43
- Name[sq]=Instalo
44
- Name[sr]=Инсталација
45
- Name[sv]=Installera
46
- Name[tr]=Yükleyici
47
- Name[uk]=Встановити
48
- Name[zh_CN]=安装
49
- Name[zh_TW]=安装
50
- Comment=Install Linux
51
- Comment[am]=የ ሊነክስ መግጠሚያ
52
- Comment[ar]=Install Linux
53
- Comment[bg]=Install Linux
54
- Comment[ca]=Instal·la Linux
55
- Comment[cs]=Nainstalovat LInux
56
- Comment[da]=Installer Linux
57
- Comment[de]=Linux installieren
58
- Comment[el]=Εγκατάσταση του Linux
59
- Comment[es]=Instalar Linux
60
- Comment[et]=Install Linux
61
- Comment[eu]=Install Linux
62
- Comment[fa]=Install Linux
63
- Comment[fi]=Asenna Linux
64
- Comment[fr]=Installer Linux
65
- Comment[he_IL]=Install Linux
66
- Comment[hi]=Install Linux
67
- Comment[hr]=Install Linux
68
- Comment[hu]=Linux telepítése
69
- Comment[id]=Install Linux
70
- Comment[is]=Install Linux
71
- Comment[it]=Installa Linux
72
- Comment[ja]=Linux のインストール
73
- Comment[kk]=Install Linux
74
- Comment[ko]=Install Linux
75
- Comment[lt]=Įdiegti Linux
76
- Comment[mk]=Install Linux
77
- Comment[mr]=Install Linux
78
- Comment[nb]=Install Linux
79
- Comment[nl]=Installeer Linux
80
- Comment[pl]=Zainstaluj Linuksa
81
- Comment[pt_BR]=Instala o sistema no disco rígido
82
- Comment[pt]=Instala o sistema no disco rígido [gazelle-installer]
83
- Comment[ro]=Install Linux
84
- Comment[ru]=Установка Linux
85
- Comment[sk]=Nainštalovať Linux
86
- Comment[sl]=Namesti Linux
87
- Comment[sq]=Install Linux
88
- Comment[sr]=Install Linux
89
- Comment[sv]=Installera Linux
90
- Comment[tr]=Install Linux
91
- Comment[uk]=Install Linux
92
- Comment[zh_CN]=Install Linux
93
- Comment[zh_TW]=安裝 Linux
94
- Terminal=false
95
- NoDisplay=true
@@ -1,22 +0,0 @@
1
- /**
2
- * penguins-eggs-v7
3
- * author: Piero Proietti
4
- * email: piero.proietti@gmail.com
5
- * license: MIT
6
- */
7
- /**
8
- * Basket
9
- */
10
- export default class Basket {
11
- lastVersion: string;
12
- constructor();
13
- /**
14
- *
15
- */
16
- last(): Promise<string>;
17
- /**
18
- *
19
- * @param aptVersion
20
- */
21
- get(): Promise<void>;
22
- }
@@ -1,114 +0,0 @@
1
- "use strict";
2
- /**
3
- * penguins-eggs-v7
4
- * author: Piero Proietti
5
- * email: piero.proietti@gmail.com
6
- * license: MIT
7
- */
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- const tslib_1 = require("tslib");
10
- const fs = require("fs");
11
- const pacman_1 = tslib_1.__importDefault(require("../classes/pacman"));
12
- const utils_1 = tslib_1.__importDefault(require("./utils"));
13
- const axios_1 = tslib_1.__importDefault(require("axios"));
14
- const node_https_1 = tslib_1.__importDefault(require("node:https"));
15
- const agent = new node_https_1.default.Agent({
16
- rejectUnauthorized: false
17
- });
18
- const utils_2 = require("../lib/utils");
19
- const config_file = '/etc/penguins-eggs.d/eggs.yaml';
20
- const config_tools = '/etc/penguins-eggs.d/tools.yaml';
21
- /**
22
- * Basket
23
- */
24
- class Basket {
25
- constructor() {
26
- this.lastVersion = '';
27
- this.lastVersion = '';
28
- }
29
- /**
30
- *
31
- */
32
- async last() {
33
- if (this.lastVersion === '') {
34
- const url = 'https://penguins-eggs.net/versions/all/' + utils_1.default.eggsArch() + '/';
35
- try {
36
- const res = await axios_1.default.get(url, { httpsAgent: agent });
37
- // const res = await axios.get(url)
38
- const data = res.data;
39
- // Ordino le versioni
40
- data.sort((a, b) => (a.version < b.version ? 1 : b.version < a.version ? -1 : 0));
41
- this.lastVersion = data[0].version;
42
- }
43
- catch {
44
- console.log("cannot reach eggs's basket");
45
- }
46
- }
47
- return this.lastVersion;
48
- }
49
- /**
50
- *
51
- * @param aptVersion
52
- */
53
- async get() {
54
- if (!pacman_1.default.packageIsInstalled('wget')) {
55
- utils_1.default.titles('Update from internet');
56
- console.log('To download eggs from basket, You need to install wget!\nUse: sudo apt install wget');
57
- process.exit(1);
58
- }
59
- const url = 'https://penguins-eggs.net/versions/all/' + utils_1.default.eggsArch() + '/';
60
- const res = await axios_1.default.get(url, { httpsAgent: agent });
61
- const data = res.data;
62
- // Ordino le versioni
63
- data.sort((a, b) => (a.version < b.version ? 1 : b.version < a.version ? -1 : 0));
64
- const versions = [];
65
- for (let i = 0; i < data.length && i <= 3; i++) {
66
- versions.push(data[i]);
67
- }
68
- /**
69
- * choose the version
70
- */
71
- const inquirer = require('inquirer');
72
- const choices = ['abort'];
73
- choices.push(new inquirer.Separator('exit without update.'));
74
- for (const version of versions) {
75
- choices.push(version.version);
76
- choices.push(new inquirer.Separator(version.changelog));
77
- }
78
- const questions = [
79
- {
80
- type: 'list',
81
- message: 'select version ',
82
- name: 'selected',
83
- choices: choices
84
- }
85
- ];
86
- const answer = await inquirer.prompt(questions);
87
- if (answer.selected === 'abort') {
88
- process.exit(0);
89
- }
90
- const deb = 'eggs_' + answer.selected + '-1_' + utils_1.default.eggsArch() + '.deb';
91
- const download = 'https://sourceforge.net/projects/penguins-eggs/files/packages-deb/' + deb;
92
- /**
93
- * downloading
94
- */
95
- utils_1.default.titles(`downloading ${deb}`);
96
- if (await utils_1.default.customConfirm(`Want to download ${deb}`)) {
97
- process.chdir('/tmp');
98
- if (fs.existsSync(deb)) {
99
- fs.unlinkSync(deb);
100
- }
101
- /**
102
- * Installing
103
- */
104
- await (0, utils_2.exec)(`wget ${download}`);
105
- utils_1.default.titles(`install ${deb}`);
106
- if (await utils_1.default.customConfirm(`Want to install ${deb}`)) {
107
- await (0, utils_2.exec)('apt-get -y purge eggs > /dev/null');
108
- await (0, utils_2.exec)('rm /usr/lib/penguins-eggs -rf');
109
- await (0, utils_2.exec)(`dpkg -i ${deb}`);
110
- }
111
- }
112
- }
113
- }
114
- exports.default = Basket;
@@ -1,7 +0,0 @@
1
- wardrobes:
2
- - authot: artisan,
3
- url: https://github.com/pieroproietti/penguins-wardrobe,
4
- description: Some examples from the author of eggs
5
- - authot: electrikjesus,
6
- url: https://github.com/electrikjesus/penguins-wardrobe,
7
- description: Some examples from the author of waydroid
@@ -1,10 +0,0 @@
1
- Package: {{{name}}}
2
- Version: {{{version}}}
3
- Maintainer: {{{mantainer}}}
4
- Architecture: {{{arch}}}
5
- Section: {{{section}}}
6
- Priority: {{{priority}}}
7
- Description: {{{description}}}
8
- Depends: {{{depends}}}
9
- Suggest: {{{suggest}}}
10
- Conflicts: {{{conflict}}}
@@ -1,212 +0,0 @@
1
- # hen
2
- ---
3
- name: hen
4
- description: desktop xfce3, all I need to develop eggs and firmware
5
- author: artisan
6
- release: 0.0.3
7
- distroId: Debian
8
- codenameId: bullseye
9
- releaseId: stable
10
- applyTo: naked
11
- sequence:
12
- repositories:
13
- sourcesList:
14
- main: true
15
- contrib: true
16
- nonFree: true
17
- sourcesListD:
18
- - >-
19
- echo "deb [trusted=yes] http://quirinux.ga/repo/ quirinux main" | tee
20
- /etc/apt/sources.list.d/quirinux.list > /dev/null
21
- - >-
22
- echo "deb [trusted=yes]
23
- http://download.opensuse.org/repositories/home:/llamaret/Debian_10/ /" |
24
- tee /etc/apt/sources.list.d/opensuse-llamaret-debian-10.list > /dev/null
25
- - >-
26
- echo "deb [trusted=yes] http://packages.linuxmint.com elsie main
27
- upstream import backport" | tee
28
- /etc/apt/sources.list.d/linuxmint-elsie.list > /dev/null
29
- - >-
30
- echo "deb [trusted=yes]
31
- http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu precise
32
- main" | tee /etc/apt/sources.list.d/firefox.list > /dev/null
33
- - >-
34
- echo "deb [trusted=yes] http://download.virtualbox.org/virtualbox/debian
35
- bullseye contrib" | tee /etc/apt/sources.list.d/virtualbox.list >
36
- /dev/null
37
- - >-
38
- curl -fsSL "https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg" |
39
- gpg --dearmor -o /usr/share/keyrings/penguins-eggs-ppa.gpg
40
- - >-
41
- echo "deb [signed-by=/usr/share/keyrings/penguins-eggs-ppa.gpg]
42
- https://pieroproietti.github.io/penguins-eggs-ppa ./ " | tee
43
- /etc/apt/sources.list.d/penguins-eggs-ppa.list > /dev/null
44
- - >-
45
- curl -fsSL "https://keys.anydesk.com/repos/DEB-GPG-KEY" | gpg --dearmor
46
- -o /usr/share/keyrings/anydesk-stable.gpg
47
- - >-
48
- echo "deb [signed-by=/usr/share/keyrings/anydesk-stable.gpg]
49
- http://deb.anydesk.com/ all main" | tee
50
- /etc/apt/sources.list.d/anydesk-stable.list > /dev/null
51
- - >-
52
- curl -fsSL "https://packages.microsoft.com/keys/microsoft.asc" | gpg
53
- --dearmor -o /usr/share/keyrings/packages.microsoft.gpg
54
- - >-
55
- echo "deb [signed-by=/usr/share/keyrings/packages.microsoft.gpg
56
- arch=amd64] http://packages.microsoft.com/repos/code stable main" | tee
57
- /etc/apt/sources.list.d/vscode.list > /dev/null
58
- - >-
59
- curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg
60
- --dearmor | sudo tee /usr/share/keyrings/nodesource.gpg > /dev/null
61
- - >-
62
- echo "deb [signed-by=/usr/share/keyrings/nodesource.gpg]
63
- https://deb.nodesource.com/node_16.x bookworm main" | tee
64
- /etc/apt/sources.list.d/nodesource.list > /dev/null
65
- update: true
66
- full-upgrade: true
67
- dependencies:
68
- - null
69
- packages:
70
- - adwaita-qt
71
- - code
72
- - firefox-esr
73
- - flatpakconfig
74
- - gir1.2-flatpak-1.0
75
- - libxfce4ui-utils
76
- - lightdm
77
- - network-manager-gnome
78
- - network-manager-openvpn
79
- - network-manager-openvpn-gnome
80
- - nodejs
81
- - qt5ct
82
- - spice-vdagent
83
- - tango-icon-theme
84
- - thunar
85
- - xfce4-appfinder
86
- - xfce4-panel
87
- - xfce4-pulseaudio-plugin
88
- - xfce4-session
89
- - xfce4-settings
90
- - xfce4-terminal
91
- - xfce4-whiskermenu-plugin
92
- - xfconf
93
- - xfdesktop4
94
- - xfwm4
95
- firmwares:
96
- drivers_wifi:
97
- - dahdi-firmware-nonfree
98
- - dns323-firmware-tools
99
- - firmware-adi
100
- - firmware-amd-graphics
101
- - firmware-atheros
102
- - firmware-b43-installer
103
- - firmware-b43legacy-installer
104
- - firmware-bnx2
105
- - firmware-bnx2x
106
- - firmware-brcm80211
107
- - firmware-cavium
108
- - firmware-intel-sound
109
- - firmware-intelwimax
110
- - firmware-ipw2x00
111
- - firmware-ivtv
112
- - firmware-iwlwifi
113
- - firmware-libertas
114
- - firmware-linux
115
- - firmware-linux-free
116
- - firmware-linux-nonfree
117
- - firmware-myricom
118
- - firmware-netronome
119
- - firmware-netxen
120
- - firmware-qcom-media
121
- - firmware-qlogic
122
- - firmware-ralink
123
- - firmware-realtek
124
- - firmware-samsung
125
- - firmware-siano
126
- - firmware-ti-connectivity
127
- - firmware-zd1211
128
- - grub-firmware-qemu
129
- - hdmi2usb-fx2-firmware
130
- - sigrok-firmware-fx2lafw
131
- codecs:
132
- - mint-meta-codecs
133
- - rar
134
- - unace-nonfree
135
- - unrar
136
- drivers_various:
137
- - null
138
- drivers_video_nvidia:
139
- - bumblebee
140
- drivers_video_amd:
141
- - libdrm-amdgpu1
142
- - libvulkan1
143
- - mesa-opencl-icd
144
- - mesa-vulkan-drivers
145
- - vulkan-tools
146
- - vulkan-validationlayers
147
- - xserver-xorg-video-amdgpu
148
- drivers_graphics_tablet:
149
- - geniusconfig
150
- drivers_printer:
151
- - autoconf
152
- - avahi-utils
153
- - colord
154
- - cups
155
- - cups-bsd
156
- - cups-client
157
- - cups-filters
158
- - cups-pdf
159
- - cups-pdf
160
- - cups-ppdc
161
- - dc
162
- - flex
163
- - foomatic-db-compressed-ppds
164
- - g++
165
- - ghostscript-cups
166
- - ghostscript-x
167
- - git
168
- - gocr-tk
169
- - groff
170
- - gutenprint-locales
171
- - ink
172
- - libtool
173
- - openprinting-ppds
174
- - printer-driver-all
175
- - printer-driver-brlaser
176
- - printer-driver-c2050
177
- - printer-driver-c2esp
178
- - printer-driver-cjet
179
- - printer-driver-cups-pdf
180
- - printer-driver-dymo
181
- - printer-driver-escpr
182
- - printer-driver-fujixerox
183
- - printer-driver-gutenprint
184
- - printer-driver-m2300w
185
- - printer-driver-min12xxw
186
- - printer-driver-pnm2ppa
187
- - printer-driver-ptouch
188
- - printer-driver-pxljr
189
- - printer-driver-sag-gdi
190
- - printer-driver-splix
191
- - sane
192
- - sane-utils
193
- - system-config-printer
194
- - system-config-printer-udev
195
- - system-config-printer-udev
196
- - tix
197
- - unpaper
198
- - xsltproc
199
- drivers_network:
200
- - hardinfo
201
- - mobile-broadband-provider-info
202
- - pppconfig
203
- - usb-modeswitch
204
- - usb-modeswitch-data
205
- - wvdial
206
- debs: false
207
- dirs: false
208
- hostname: true
209
- customizations:
210
- scripts:
211
- - null
212
- reboot: true
@@ -1,41 +0,0 @@
1
- # recipe: kde
2
- # author: artisan
3
- ---
4
- name: kde
5
- description: minimal KDE installation
6
- author: artisan
7
- release: 0.0.3
8
- distroId: Debian
9
- codenameId: booksworm
10
- releaseId: sid
11
- applyTo: naked
12
- sequence:
13
- repositories:
14
- sourcesList:
15
- main: true
16
- contrib: true
17
- nonFree: false
18
- sourcesListD:
19
- - curl -fsSL "https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg" | gpg --dearmor -o /usr/share/keyrings/penguins-eggs-ppa.gpg
20
- - echo "deb [signed-by=/usr/share/keyrings/penguins-eggs-ppa.gpg] https://pieroproietti.github.io/penguins-eggs-ppa ./ " | tee /etc/apt/sources.list.d/penguins-eggs-ppa.list > /dev/null
21
- update: true
22
- full-upgrade: true
23
- packages:
24
- - kde-plasma-desktop
25
- - plasma-nm
26
- - ark
27
- - kate
28
- - kcalc
29
- - kde-spectacle
30
- - firefox-esr
31
- - okular
32
- debs: false
33
- dirs: false
34
- hostname: true
35
-
36
- customizations:
37
- scripts:
38
- - null
39
-
40
- reboot: true
41
- ...
@@ -1,35 +0,0 @@
1
- # costume: lamp
2
- # tailor: artisan
3
- ---
4
- name: lamp
5
- description: 'LAMP: linux, apache2, mysql, php example, completely untested!'
6
- author: artisan
7
- release: 0.0.2
8
- distroId: Debian
9
- codenameId: booksworm
10
- releaseId: unstable
11
- applyTo: naked
12
- sequence:
13
- repositories:
14
- sourcesList:
15
- main: true
16
- contrib: true
17
- nonFree: true
18
- sourcesListD:
19
- - curl -fsSL "https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg" | gpg --dearmor -o /usr/share/keyrings/penguins-eggs-ppa.gpg
20
- - echo "deb [signed-by=/usr/share/keyrings/penguins-eggs-ppa.gpg] https://pieroproietti.github.io/penguins-eggs-ppa ./ " | tee /etc/apt/sources.list.d/penguins-eggs-ppa.list > /dev/null
21
- update: true
22
- full-upgrade: true
23
- packages:
24
- - apache2
25
- - mysql-server
26
- - php
27
- - phpmyadmin
28
- debs: false
29
- dirs: false
30
- hostname: true
31
- customizations:
32
- scripts:
33
- - null
34
- reboot: true
35
- ...
@@ -1,53 +0,0 @@
1
- # recipe: xfce4
2
- # author: artisan
3
- ---
4
- name: xfce4
5
- description: minimal XFCE4 installation
6
- author: artisan
7
- release: "0.0.2"
8
- distroId: Debian
9
- codenameId: booksworm
10
- releaseId: unstable
11
- applyTo: naked
12
- sequence:
13
- repositories:
14
- sourcesList:
15
- main: true
16
- contrib: true
17
- nonFree: false
18
- sourcesListD:
19
- # penguins-eggs-ppa
20
- - curl -fsSL "https://pieroproietti.github.io/penguins-eggs-ppa/KEY.gpg" | gpg --dearmor -o /usr/share/keyrings/penguins-eggs-ppa.gpg
21
- - echo "deb [signed-by=/usr/share/keyrings/penguins-eggs-ppa.gpg] https://pieroproietti.github.io/penguins-eggs-ppa ./ " | tee /etc/apt/sources.list.d/penguins-eggs-ppa.list > /dev/null
22
- # anydesk-stable
23
- - curl -fsSL "https://keys.anydesk.com/repos/DEB-GPG-KEY" | gpg --dearmor -o /usr/share/keyrings/anydesk-stable.gpg
24
- - echo "deb [signed-by=/usr/share/keyrings/anydesk-stable.gpg] http://deb.anydesk.com/ all main" | tee /etc/apt/sources.list.d/anydesk-stable.list > /dev/null
25
- update: true
26
- full-upgrade: true
27
- packages:
28
- - libxfce4ui-utils
29
- - thunar
30
- - xfce4-appfinder
31
- - xfce4-panel
32
- - xfce4-pulseaudio-plugin
33
- - xfce4-whiskermenu-plugin
34
- - xfce4-session
35
- - xfce4-settings
36
- - xfce4-terminal
37
- - xfconf
38
- - xfdesktop4
39
- - xfwm4
40
- - adwaita-qt
41
- - qt5ct
42
- - network-manager-openvpn
43
- - network-manager-gnome
44
- - network-manager-openvpn-gnome
45
- - firefox-esr
46
- debs: false
47
- dirs: false
48
- hostname: true
49
- customizations:
50
- scripts:
51
- - null
52
- reboot: true
53
- ...