Skip to content

Commit 91899fc

Browse files
committed
Update dry-run description message
1 parent 4e00fea commit 91899fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ It also sets some configuration options useful for development work and system a
1919
./mvnw test
2020
```
2121

22+
Both should be used as a non-root user. The app invokes _sudo_ as needed.
23+
2224
#### Notes
2325

2426
- Free useful apps available in a portable format (i.e. AppImage)

src/main/java/cf/maybelambda/fedora/PostInstallUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static void main(String[] args) {
4646

4747
System.out.println("Fedora Post Install Actions\n");
4848
if (isDryRun()) {
49-
System.out.println("---[Dry Run Mode] Commands will not be executed.---\n");
49+
System.out.println("---[Dry Run Mode] Shell Commands will not be executed.---\n");
5050
}
5151

5252
// 1. Install RPMFusion repos

0 commit comments

Comments
 (0)