mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 00:25:41 -04:00
ci: update distro variable order
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user