mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 09:43:19 +08:00
improve latest-arm64.yml further
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
0b6a41f385
commit
cae24e69f8
1 changed files with 2 additions and 0 deletions
|
@ -114,7 +114,9 @@ cat containers.yml > latest-arm64.yml
|
|||
sed -i '/image:/s/$/:latest-arm64/' latest-arm64.yml
|
||||
sed -i '/ nextcloud-aio-clamav:/,/^$/d' latest-arm64.yml
|
||||
sed -i '/nextcloud[-_]aio[-_]clamav/d' latest-arm64.yml
|
||||
sed -i '/CLAMAV_ENABLED/d' latest-arm64.yml
|
||||
sed -i '/ nextcloud-aio-onlyoffice:/,/^$/d' latest-arm64.yml
|
||||
sed -i '/nextcloud[-_]aio[-_]onlyoffice/d' latest-arm64.yml
|
||||
sed -i '/ONLYOFFICE_ENABLED/d' latest-arm64.yml
|
||||
|
||||
rm containers.yml
|
||||
|
|
Loading…
Reference in a new issue