Skip to content

Commit 64d003f

Browse files
committed
Add links
1 parent 46e35e4 commit 64d003f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Current actions that can be applied (each needs to be confirmed first):
1111
Adds free and nonfree RPMFusion repos and imports their GPG keys.
1212

1313
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
1515
option to skip selected packages interactively.
1616

1717
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.
1919

2020
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).
2222

2323
5. Ensure groups exist and add user.
2424
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
3434
java src/main/java/cf/maybelambda/fedora/PostInstallUpdater.java
3535
```
3636

37-
`--help` can be passed to see available options.
37+
`--help` can be passed to see available [options](https://github.com/lfir/fedora-setup-script/blob/main/src/main/resources/help.txt).
3838

3939
- Tests
4040

0 commit comments

Comments
 (0)