Skip to content

Commit 2c813d4

Browse files
authored
More fixes to batch script
1 parent 593d351 commit 2c813d4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/iso.bat

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ SET downloads=%userprofile%\Downloads
1818
ECHO.
1919
ECHO Choose the flavour of Ubuntu you wish to install:
2020
ECHO.
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
2424
ECHO.
2525
ECHO Type your choice (1, 2 etc.) from the above list and press return.
2626
SET /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" (
4746
ECHO.
4847
ECHO Choose the version of Ubuntu you wish to install:
4948
ECHO.
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
5251
ECHO.
5352
ECHO Type your choice (1 or 2) from the above list and press return.
5453
SET /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
)

0 commit comments

Comments
 (0)