| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 391e9992291ca54fff12d5c97ed6056f41f22c83 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Mar 31 11:34:13 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | autoCleanInstall | 6 +++--- |
8 | 1 file changed, 3 insertions(+), 3 deletions(-) |
9 | |
10 | diff --git a/autoCleanInstall b/autoCleanInstall |
11 | index 5a38387..cb8f216 100755 |
12 | --- a/autoCleanInstall |
13 | +++ b/autoCleanInstall |
14 | @@ -188,11 +188,11 @@ wholeDisk || err "User Exited." |
15 | |
16 | case "$(cat $wholeDisk)" in |
17 | 1) getDisk && begin ;; |
18 | - 0) selectParts && definedConfirm && definedPartitioning && wipeType='manual' |
19 | - mount $(cat $selRootFS) /mnt && completion || err "User Exited.";; |
20 | + 0) selectParts && definedConfirm && definedPartitioning ; wipeType='manual'[41m |
21 | + mount $(cat $selRootFS) /mnt && completion && sleep 5 || err "User Exited.";;[41m |
22 | 3) confirm && case "$(echo $WIPE)" in |
23 | '0') begin ;; |
24 | - '1') wipeDisk && completion && sleep 4 && wipeType='automatic'; mount $(cat $selDsk)4 /mnt |
25 | + '1') wipeDisk && completion ; sleep 4 && wipeType='automatic'; mount $(cat $selDsk)4 /mnt |
26 | esac ;; |
27 | esac ; } |
28 | |