From 2199790f194590f4ae08516fe0104585ce21bb69 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:54:17 +1000 Subject: [PATCH] Add cron dep to glpi, update app statuses --- install/glpi-install.sh | 3 ++- json/5etools.json | 2 +- json/apache-guacamole.json | 2 +- json/firefly.json | 2 +- json/ghost.json | 2 +- json/glance.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/install/glpi-install.sh b/install/glpi-install.sh index aab88b579..c1d9eca29 100644 --- a/install/glpi-install.sh +++ b/install/glpi-install.sh @@ -24,7 +24,8 @@ $STD apt-get install -y \ libapache2-mod-php \ mariadb-server \ wget \ - openssh-server + openssh-server \ + cron msg_ok "Installed Dependencies" msg_info "Setting up database" diff --git a/json/5etools.json b/json/5etools.json index 86cc778ee..dcc371f13 100644 --- a/json/5etools.json +++ b/json/5etools.json @@ -31,5 +31,5 @@ "password": null }, "notes": [], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/apache-guacamole.json b/json/apache-guacamole.json index 5d16ef20a..a49744ed7 100644 --- a/json/apache-guacamole.json +++ b/json/apache-guacamole.json @@ -31,5 +31,5 @@ "password": "guacadmin" }, "notes": [], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/firefly.json b/json/firefly.json index 1238b7da1..2ad158489 100644 --- a/json/firefly.json +++ b/json/firefly.json @@ -36,5 +36,5 @@ "type": "info" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/ghost.json b/json/ghost.json index dad3338f9..21340d404 100644 --- a/json/ghost.json +++ b/json/ghost.json @@ -36,5 +36,5 @@ "type": "info" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file diff --git a/json/glance.json b/json/glance.json index ca5656fb3..886d25cfb 100644 --- a/json/glance.json +++ b/json/glance.json @@ -36,5 +36,5 @@ "type": "info" } ], - "status": "🚧" + "status": "✅" } \ No newline at end of file