File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/cf/maybelambda/fedora Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments