Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit c160f6b

Browse files
authored
Update install-debian10.sh
1 parent 1e3ea00 commit c160f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-debian10.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ case $input in
2020

2121
[nN][oO]|[nN])
2222
echo "You selected no install"
23-
;;
23+
;;
2424

2525
*)
2626
echo "Invalid input..."
2727
exit 1
28-
;;
28+
;;
2929
esac
3030

3131
echo "[I] Basic operations"

0 commit comments

Comments
 (0)