Browse Source

[Arch] Ask user to install missing deps

master
Pekka Helenius 4 years ago
parent
commit
655f46fa73
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      arch/updatewine_arch.sh

+ 3
- 1
arch/updatewine_arch.sh View File

@ -235,9 +235,11 @@ function check_alldeps() {
echo -e "\e[1mERROR:\e[0m The following dependencies are missing:\n\e[91m\
$(for o in ${ERRPKGS[@]}; do printf '%s\n' ${o}; done)\
\e[0m\n"
echo -e "Please install them and try again.\n"
exit 1
fi
}
###########################################################


Loading…
Cancel
Save