Unverified Commit 63118329 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Be more precise what to enable and disable

parent c109126b
......@@ -41,9 +41,9 @@ while true; do
# armbian specific function
if [[ -f /etc/armbian-release ]]; then
if [[ -n "${mark}" ]]; then
LIST+=( "Defreeze" "Enable Armbian upgrades " )
LIST+=( "Defreeze" "Enable Armbian kernel upgrades " )
else
LIST+=( "Freeze" "Disable Armbian upgrades " )
LIST+=( "Freeze" "Disable Armbian kernel upgrades " )
fi
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment