Skip to content

Commit 618f550

Browse files
committed
Improve zenity support
1 parent 74db797 commit 618f550

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

Diff for: Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Install the `zenity` package for your distro:
9090
- Fedora-based distro: `sudo dnf install zenity`
9191

9292
Start the installer in GUI mode:
93-
`sudo bash ~/linuxloops`
93+
`sudo -E bash ~/linuxloops`
9494

9595
### CLI installer
9696

Diff for: Readme/Install-with-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
- To use the GUI installer, install the `zenity` package for your distro and then run:
2525

26-
`sudo bash ~/linuxloops`
26+
`sudo -E bash ~/linuxloops`
2727

2828
- To use the CLI installer:
2929
```

Diff for: Readme/Install-with-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
- To use the GUI installer, install the `zenity` package for your distro and then run:
2727

28-
`sudo bash ~/linuxloops`
28+
`sudo -E bash ~/linuxloops`
2929

3030
- To use the CLI installer:
3131
```

0 commit comments

Comments
 (0)