1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-19 02:42:15 +00:00
This commit is contained in:
downtownallday 2020-06-02 11:35:58 -04:00
parent 342b499063
commit 6aeb449d65

View File

@ -10,8 +10,8 @@ os: linux
dist: bionic dist: bionic
before_install: before_install:
- echo "Check the status of AppArmor" - echo "Mount the AppArmor filesystem"
- ! sudo aa-status && mount -tsecurityfs securityfs /sys/kernel/security - mount -tsecurityfs securityfs /sys/kernel/security
- sudo apt-get update - sudo apt-get update
install: install: