Skip to content
Snippets Groups Projects
Commit 0fce6405 authored by Simon McVittie's avatar Simon McVittie
Browse files

spy: Use busybox to provide basic networking and development tools

parent 9fe9b00e
No related branches found
No related tags found
No related merge requests found
......@@ -46,4 +46,19 @@ sdk:
add_packages:
- steamrt-dev
post_script: |
ln -s busybox /usr/bin/dos2unix
ln -s busybox /usr/bin/ifconfig
ln -s busybox /usr/bin/ip
ln -s busybox /usr/bin/nc
ln -s busybox /usr/bin/ping
ln -s busybox /usr/bin/ping6
ln -s busybox /usr/bin/route
ln -s busybox /usr/bin/telnet
ln -s busybox /usr/bin/traceroute
ln -s busybox /usr/bin/traceroute6
ln -s busybox /usr/bin/unix2dos
ln -s busybox /usr/bin/vi
ln -s busybox /usr/bin/xxd
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment