From c211e5c56a5b5b3ce27a88097fa25a531a756201 Mon Sep 17 00:00:00 2001 From: ravenclaw900 <50060110+ravenclaw900@users.noreply.github.com> Date: Sat, 6 Nov 2021 08:41:46 -0500 Subject: [PATCH] v7.8 + DietPi-Software | Rename to DietPi-Dashboard --- dietpi.txt | 6 +++--- dietpi/dietpi-software | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dietpi.txt b/dietpi.txt index bee5ce2a22..600288b84e 100644 --- a/dietpi.txt +++ b/dietpi.txt @@ -269,10 +269,10 @@ SOFTWARE_HOMEASSISTANT_PIP_DEPS= # https://rancher.com/docs/k3s/latest/en/installation/install-options/#configuration-file SOFTWARE_K3S_EXEC= -# DietPi Dashboard +# DietPi-Dashboard # Version to use -# - Stable = Use release version of DietPi Dashboard. -# - Nightly = Use unstable version DietPi Dashboard. Might have bugs, but will probably have more features. +# - Stable = Use release version of DietPi-Dashboard. +# - Nightly = Use unstable version DietPi-Dashboard. Might have bugs, but will probably have more features. SOFTWARE_DIETPI_DASHBOARD_VERSION=Stable #------------------------------------------------------------------------------------------------------ diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index eda3c7661d..72b946d5d2 100644 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -1202,7 +1202,7 @@ INDEX_BROWSER_TARGET=$INDEX_BROWSER_TARGET" #------------------ software_id=200 - aSOFTWARE_NAME[$software_id]='DietPi Dashboard (beta)' + aSOFTWARE_NAME[$software_id]='DietPi-Dashboard (beta)' aSOFTWARE_DESC[$software_id]='Official DietPi web dashboard' aSOFTWARE_CATX[$software_id]=8 aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/dietpi_tools/#dietpi-dashboard' @@ -3516,7 +3516,7 @@ _EOF_ fi - software_id=200 # DietPi Dashboard + software_id=200 # DietPi-Dashboard if (( ${aSOFTWARE_INSTALL_STATE[$software_id]} == 1 )); then Banner_Installing @@ -3542,13 +3542,13 @@ _EOF_ [[ $version == 'Nightly' ]] || version='Stable' G_WHIP_MENU_ARRAY=( - 'Stable' ': Use a release version of the DietPi Dashboard.' - 'Nightly' ': Use an unstable version of the DietPi Dashboard.' + 'Stable' ': Use a release version of DietPi-Dashboard.' + 'Nightly' ': Use an unstable version of DietPi-Dashboard.' ) G_WHIP_BUTTON_CANCEL_TEXT=$version G_WHIP_DEFAULT_ITEM=$version - G_WHIP_MENU "Please choose which version of DietPi Dashboard should be installed." && version=$G_WHIP_RETURNED_VALUE + G_WHIP_MENU "Please choose which version of DietPi-Dashboard should be installed." && version=$G_WHIP_RETURNED_VALUE if [[ $version == 'Stable' ]] then @@ -3572,7 +3572,7 @@ key = "/path/to/key" _EOF_ cat << '_EOF_' > /etc/systemd/system/dietpi-dashboard.service [Unit] -Description=DietPi Dashboard +Description=Web Dashboard (DietPi) Wants=network-online.target After=network-online.target