Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/menu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ show_main_menu() {
"" "" \
"01 | Select Branch" "Select the openHABian config tool version (\"branch\") to run" \
"02 | Upgrade System" "Update all OS software packages (but not openHAB) to latest versions" \
"03 | Install openHAB" "Install or upgrade to latest openHAB" \
"03 | Install openHAB" "Install or upgrade to latest openHAB (including Java)" \
"04 | Import config" "Import an openHAB configuration from file or URL" \
"" "" \
"10 | Apply Improvements" "Apply the latest improvements to the basic openHABian setup ►" \
Expand Down
4 changes: 2 additions & 2 deletions functions/system.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ whiptail_check() {
## system_upgrade()
##
system_upgrade() {
local upgradeText="ATTENTION !\\n\\nYou chose upgrade ALL of your software packages in one go.\\nNote this will include upgrading openHAB itself to its latest version which might be a major upgrade and can break your working system.\\n\\n Are you sure this is what you want?\\n"
local OH4upgradeText="ATTENTION !\\n\\nYou chose to upgrade ALL of your software packages\\nThis is not possible when you are not on the current major version of openHAB, OH4, or the version under development, OH5.\\n\\nIn order to upgrade to openHAB 4 first, use the next menu option."
local upgradeText="ATTENTION !\\n\\nYou chose upgrade ALL of your operating system software packages in one go.\\nNote this will be a major upgrade and can break your working system.\\n\\n Are you sure this is what you want?\\n"
local OH4upgradeText="ATTENTION !\\n\\nYou chose to upgrade ALL of your software packages\\nThis is not possible when you are not on one of the current major version of openHAB, OH4 or OH5.\\n\\nIn order to upgrade to openHAB 4 first, use the next menu option 03."

echo "$(timestamp) [openHABian] Updating repositories and upgrading installed packages..."
if [[ -n "$INTERACTIVE" ]]; then
Expand Down