Update All The Blueprints

(and remove unneeded pkgs)

- add some missing nextcloud dependencies
 - Move the ports installs to pkg
- Remove/Disable ports
- update organizr php
- update mariadb and phpmyadmin
- update Lidarr
- Update Jackett
- Remove possibly useless dependancies
This commit is contained in:
kjeld Schouten-Lebbing
2020-05-26 00:16:44 +02:00
parent 7de49f4297
commit 8cb1af316e
8 changed files with 9 additions and 11 deletions

View File

@ -2,6 +2,7 @@
# This file contains the update script for transmission
iocage exec "$1" service transmission stop
# Transmision is updated during PKG update, this file is mostly just a placeholder
iocage exec "$1" chown -R transmission:transmission /config
iocage exec "$1" service transmission restart