mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-03 01:16:45 +02:00
Removed misplaced message
This commit is contained in:
@@ -450,9 +450,6 @@ 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.
|
# Complete the previous line.
|
||||||
|
Reference in New Issue
Block a user