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 13:12:13 -04:00
parent f4ae538c16
commit c9a4aec7ed

View File

@ -15,7 +15,7 @@ before_install:
- echo "==== DUMP AppArmor Status ===="
- (sudo aa-status; true)
- echo "==== DUMP Other ===="
- echo "UMASK: $(umask)"
- echo "UMASK=$(umask)"
- echo "==== System update ===="
- sudo apt-get update
- echo "==== Install test/qa packages ===="