mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
remove testing code
This commit is contained in:
parent
3a82352e9f
commit
e261f48d9a
2 changed files with 1 additions and 8 deletions
|
@ -14,12 +14,7 @@ OS=${OS//\"/}
|
|||
VERSION_ID=`grep VERSION_ID /etc/*elease | cut -d= -f2`
|
||||
VERSION_ID=${VERSION_ID//\"/}
|
||||
VERSION_ID=${VERSION_ID%%.*}
|
||||
grep PRETTY_NAME /etc/*ease|grep buster
|
||||
if [ $? -eq 0 ];then
|
||||
OS_VER=debian-10
|
||||
else
|
||||
OS_VER=$OS-$VERSION_ID
|
||||
fi
|
||||
OS_VER=$OS-$VERSION_ID
|
||||
DHCPCD_PATH=`which dhcpcd`
|
||||
NM_PATH=`which NetworkManager`
|
||||
|
||||
|
|
|
@ -346,5 +346,3 @@ minetest_enabled: False
|
|||
# Unmaintained
|
||||
# xovis_install: False
|
||||
# xovis_enabled: False
|
||||
internetarchive_install: True
|
||||
internetarchive_enabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue