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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ Current actions that can be applied (each needs to be confirmed first):
11
11
Adds free and nonfree RPMFusion repos and imports their GPG keys.
12
12
13
13
2. Install additional packages with DNF.
14
-
Installs extra packages listed in dnf-install.cf, with the
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
17
3. Remove unnecessary packages.
18
-
Removes unwanted packages from dnf-remove.cf and performs autoremove.
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
20
4. Install Flatpak applications.
21
-
Adds the Flathub remote and installs Flatpaks from flatpak-install.cf.
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
23
5. Ensure groups exist and add user.
24
24
Creates and assigns admin-related groups such as _docker_, _libvirt_, and _vboxusers_.
@@ -34,7 +34,7 @@ Enables and starts the systemd service of the Cockpit web-based management inter
0 commit comments