summaryrefslogtreecommitdiffstats
path: root/remote/modules/debug/debug.conf
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-28 19:17:44 +0200
committerSimon Rettberg2013-06-28 19:17:44 +0200
commit6c97d87b7513848fc447c75a1fc62f3213bd4b81 (patch)
treeef965f7c07ec57b240e6b0d71f5b27117980bb93 /remote/modules/debug/debug.conf
parentMoved debug-shell service from systemd module to debug module (diff)
downloadtm-scripts-6c97d87b7513848fc447c75a1fc62f3213bd4b81.tar.gz
tm-scripts-6c97d87b7513848fc447c75a1fc62f3213bd4b81.tar.xz
tm-scripts-6c97d87b7513848fc447c75a1fc62f3213bd4b81.zip
[debug] Added debug reporting script that will upload logs and system information
Diffstat (limited to 'remote/modules/debug/debug.conf')
-rw-r--r--remote/modules/debug/debug.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/remote/modules/debug/debug.conf b/remote/modules/debug/debug.conf
index 17b4ca60..a2db5dc0 100644
--- a/remote/modules/debug/debug.conf
+++ b/remote/modules/debug/debug.conf
@@ -1,4 +1,11 @@
-REQUIRED_BINARIES=" strace
- ldd
- setterm
+REQUIRED_INSTALLED_PACKAGES="
+ curl
+"
+REQUIRED_BINARIES="
+ strace
+ ltrace
+ ldd
+ setterm
+ curl
+ nano
"