You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,23 @@ It also sets some configuration options useful for development work and system a
7
7
8
8
Current actions that can be applied (each needs to be confirmed first):
9
9
10
-
1. Install RPMFusion repositories.
10
+
1.**Install RPMFusion repositories.**
11
11
Adds free and nonfree RPMFusion repos and imports their GPG keys.
12
12
13
-
2. Install additional packages with DNF.
13
+
2.**Install additional packages with DNF.**
14
14
Installs extra packages listed in [dnf-install.cf](https://github.com/lfir/fedora-setup-script/blob/main/src/main/resources/dnf-install.cf), with the
15
15
option to skip selected packages interactively.
16
16
17
-
3. Remove unnecessary packages.
17
+
3.**Remove unnecessary packages.**
18
18
Removes unwanted packages from [dnf-remove.cf](https://github.com/lfir/fedora-setup-script/blob/main/src/main/resources/dnf-remove.cf) and performs autoremove.
19
19
20
-
4. Install Flatpak applications.
20
+
4.**Install Flatpak applications.**
21
21
Adds the Flathub remote and installs Flatpaks from [flatpak-install.cf](https://github.com/lfir/fedora-setup-script/blob/main/src/main/resources/flatpak-install.cf).
22
22
23
-
5. Ensure groups exist and add user.
23
+
5.**Ensure groups exist and add user.**
24
24
Creates and assigns admin-related groups such as _docker_, _libvirt_, and _vboxusers_.
25
25
26
-
6. Enable and start Cockpit.
26
+
6.**Enable and start Cockpit.**
27
27
Enables and starts the systemd service of the Cockpit web-based management interface.
0 commit comments