1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 11:44:27 -04:00
parent 9beb98bbba
commit c4194ecfbc

View File

@ -11,7 +11,7 @@ dist: bionic
before_install: before_install:
- echo "Check the status of AppArmor" - echo "Check the status of AppArmor"
- sudo mount -tsecurityfs securityfs /sys/kernel/security - (sudo aa-status; true)
- sudo apt-get update - sudo apt-get update
install: install: