From ae387efb0748199088e4df693a579971fbbbc64c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 17 Apr 2024 19:05:11 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 04296ae..078bcf5 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -20,6 +20,7 @@ Not yet released. - Fixed bug where the system erroneously flagged initial admin login as a new admin login. - [Fixed bug in the update script where failed updates were being retried.](#skip-version) - [Fixed bug with leftover DNS zones from domains removed while the Named service is down](https://github.com/stefanpejcic/OpenPanel/issues/95) +- [Fixed multiple bugs with the install script](#improved-install) ## 💅 Polish @@ -27,6 +28,14 @@ Not yet released. - Generate password button on *OpenAdmin > Users* now toggles the password field visible. - Sidebar toggle images are now hosted locally. + +---- + +### Improved install + +- `git` is now removed from the install script +- Added checks for failed wget (reported by *germangc125*) + ---- ### Cron disable