mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
make msg_box work again
This commit is contained in:
parent
c28e5968e6
commit
3a045eb04d
2
lib.sh
2
lib.sh
@ -1212,7 +1212,7 @@ then
|
||||
print_text_in_color "$ICyan" "Installing $1..."
|
||||
# nextcloud_occ not possible here because it uses check_command and will exit if nextcloud_occ fails
|
||||
installcmd="$(nextcloud_occ_no_check app:install "$1")"
|
||||
if grep 'not compatible' <<< "$installcmd"
|
||||
if grep 'dependencies are not fulfilled' <<< "$installcmd"
|
||||
then
|
||||
msg_box "The $1 app could not be installed.
|
||||
It's probably not compatible with $(nextcloud_occ -V).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user