mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 05:07:19 +02:00
Merge pull request #191 from KernelGhost/main
Removed misplaced message.
This commit is contained in:
commit
caba9143f0
@ -450,14 +450,8 @@ function waLoadConfig() {
|
|||||||
# Name: 'waCheckScriptDependencies'
|
# Name: 'waCheckScriptDependencies'
|
||||||
# Role: Terminate script if dependencies are missing.
|
# Role: Terminate script if dependencies are missing.
|
||||||
function waCheckScriptDependencies() {
|
function waCheckScriptDependencies() {
|
||||||
# Print feedback.
|
|
||||||
echo -n "Checking whether installation script dependencies are installed... "
|
|
||||||
|
|
||||||
# 'Dialog'.
|
# 'Dialog'.
|
||||||
if ! command -v dialog &>/dev/null; then
|
if ! command -v dialog &>/dev/null; then
|
||||||
# Complete the previous line.
|
|
||||||
echo -e "${FAIL_TEXT}Failed!${CLEAR_TEXT}\n"
|
|
||||||
|
|
||||||
# Display the error type.
|
# Display the error type.
|
||||||
echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}MISSING DEPENDENCIES.${CLEAR_TEXT}"
|
echo -e "${ERROR_TEXT}ERROR:${CLEAR_TEXT} ${BOLD_TEXT}MISSING DEPENDENCIES.${CLEAR_TEXT}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user