File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ SET downloads=%userprofile%\Downloads
1818ECHO .
1919ECHO Choose the flavour of Ubuntu you wish to install:
2020ECHO .
21- ECHO 1. Ubuntu
22- ECHO 2. Kubuntu
23- ECHO 3. Ubuntu Unity
21+ ECHO 1. Ubuntu
22+ ECHO 2. Kubuntu
23+ ECHO 3. Ubuntu Unity
2424ECHO .
2525ECHO Type your choice (1, 2 etc.) from the above list and press return.
2626SET /P flavinput =
@@ -38,7 +38,6 @@ IF "%flavinput%"=="1" (
3838 SET flavourcap = Ubuntu Unity
3939 ) ELSE (
4040 ECHO Invalid input. Aborting!
41- PAUSE
4241 EXIT
4342 )
4443 )
@@ -47,8 +46,8 @@ IF "%flavinput%"=="1" (
4746ECHO .
4847ECHO Choose the version of Ubuntu you wish to install:
4948ECHO .
50- ECHO 1. 24.04 LTS - Noble Numbat
51- ECHO 2. 25.10 - Questing Quokka
49+ ECHO 1. 24.04 LTS - Noble Numbat
50+ ECHO 2. 25.10 - Questing Quokka
5251ECHO .
5352ECHO Type your choice (1 or 2) from the above list and press return.
5453SET /P verinput =
@@ -59,10 +58,9 @@ IF "%verinput%"=="1" (
5958) ELSE (
6059 IF " %verinput% " == " 2" (
6160 SET iso = %flavour% -25.10-%latestkver% -t2-questing
62- SET ver = 25.10 - Questing Quokka
61+ SET ver = 25.10 - Questing Quokka
6362 ) ELSE (
6463 ECHO " Invalid input. Aborting!"
65- PAUSE
6664 EXIT
6765 )
6866)
You can’t perform that action at this time.
0 commit comments