feat: Detect default interface

* feat: Detect default interface
This commit is contained in:
Kroese
2023-12-28 20:25:04 +01:00
committed by GitHub
parent 1208c53ebb
commit 527bded1b2
4 changed files with 16 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ STORAGE="/storage"
# Cleanup files
rm -f /run/dsm.url
rm -f /run/qemu.ip
rm -f /run/qemu.log
rm -f /run/qemu.pid
rm -f /run/qemu.end
@@ -120,7 +121,7 @@ setCountry() {
return 0
}
addPackage () {
addPackage() {
local pkg=$1
local desc=$2