ci: update distro variable order

This commit is contained in:
2025-06-11 18:04:34 -07:00
parent 4ff15c7613
commit ffcb30cdbd
2 changed files with 2 additions and 2 deletions

View File

@@ -81,8 +81,8 @@ declare -A icon=(
# distro info
# #
sys_os_ver="1.0.0"
sys_os_name="Unknown"
sys_os_ver="1.0.0"
if [ -e /etc/alpine-release ]; then
sys_os_name="Alpine"