Fix redoxer config
This commit is contained in:
parent
1badd88bc5
commit
fb1ffb45d5
|
@ -13,5 +13,7 @@ path = "/usr/lib/init.d/30_redoxer"
|
||||||
data = """
|
data = """
|
||||||
echo
|
echo
|
||||||
echo ## running redoxer in orbital ##
|
echo ## running redoxer in orbital ##
|
||||||
|
export VT 3
|
||||||
orbital redoxerd
|
orbital redoxerd
|
||||||
|
unset VT
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -11,6 +11,7 @@ extrautils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
gcc13 = {}
|
gcc13 = {}
|
||||||
gnu-binutils = {}
|
gnu-binutils = {}
|
||||||
|
ion = {}
|
||||||
netdb = {}
|
netdb = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
redoxerd = {}
|
redoxerd = {}
|
||||||
|
|
Loading…
Reference in a new issue