Fixed bugs
This commit is contained in:
parent
d92cba294f
commit
2ff6f04d16
2
fresh.sh
2
fresh.sh
@ -25,7 +25,7 @@ if [ -z ${v+x} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
startup_msg() {
|
startup_msg() {
|
||||||
curr_platform=$(dialog --clear --titel "Welcome to the installer <3" --menu "Choose your current platform:" 0 0 2 "L" "Laptop" "D" "Desktop" 2>&1>/dev/tty)
|
curr_platform=$(dialog --clear --title "Welcome to the installer <3" --menu "Choose your current platform:" 0 0 2 "L" "Laptop" "D" "Desktop" 2>&1>/dev/tty)
|
||||||
echo "Installation started - Platform is: $curr_platform\n\n" >> $logfile
|
echo "Installation started - Platform is: $curr_platform\n\n" >> $logfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user