From fb1ffb45d503874f774305e3432d87c5332a2171 Mon Sep 17 00:00:00 2001 From: Noa Date: Thu, 19 Sep 2024 21:13:45 -0500 Subject: [PATCH] Fix redoxer config --- config/redoxer-gui.toml | 2 ++ config/redoxer.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/config/redoxer-gui.toml b/config/redoxer-gui.toml index cd474ed33..04fd23f00 100644 --- a/config/redoxer-gui.toml +++ b/config/redoxer-gui.toml @@ -13,5 +13,7 @@ path = "/usr/lib/init.d/30_redoxer" data = """ echo echo ## running redoxer in orbital ## +export VT 3 orbital redoxerd +unset VT """ diff --git a/config/redoxer.toml b/config/redoxer.toml index dde793a07..544bb0cd5 100644 --- a/config/redoxer.toml +++ b/config/redoxer.toml @@ -11,6 +11,7 @@ extrautils = {} findutils = {} gcc13 = {} gnu-binutils = {} +ion = {} netdb = {} pkgutils = {} redoxerd = {}