Update install.sh

This commit is contained in:
zenobit 2020-09-06 22:36:04 +00:00
parent 0a20836fcf
commit 52173bc85d
1 changed files with 0 additions and 2 deletions

View File

@ -29,12 +29,10 @@ if [[ $video = "n" ]]; then
echo "$(tput setaf 1)Do you want to install PCI passthrough?$(tput sgr 0)"
read -p "NO (n) or YES (y) [N/y]" -n 1 pass
pass="${pass:-n}"
echo
elif [[ $video = "a" ]]; then
echo "$(tput setaf 1)Do you want to install PCI passthrough?$(tput sgr 0)"
read -p "NO (n) or YES (y) [N/y]" -n 1 pass
pass="${pass:-n}"
echo
elif [[ $video = "i" ]]; then
echo "$(tput setaf 1)Do you want to install PCI passthrough?$(tput sgr 0)"
read -p "NO (n) or YES (y) [N/y]" -n 1 pass