This commit is contained in:
braniz
2023-09-24 13:10:02 +02:00
parent 952c680991
commit 95d3ef410c
3 changed files with 1 additions and 156 deletions

View File

@@ -3,33 +3,7 @@
# @Branislav Zeljak v0.1
#
# Create VBox
# VAR_USER=$(whoami)
clear
echo "Für when soll es sein?"
echo
COLUMNS=10
PS3="Ihre auswahl: "
options=("Ich" "Gast" "Quit")
select opt in "${options[@]}"
do
case $opt in
"Ich")
VAR_USER=$(whoami)
;;
"Gast")
echo "Bitte Name von Existierenden User eingeben"
read user_name
VAR_USER=$user_name
;;
"Quit")
exit
;;
esac
done
read -p "Wievile VMs werden benoetigt? [1]: " VAR_QUAN
VAR_USER=$(whoami)
clear
echo "Welches OS soll Installiert werden"