File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
4343rm /usr/bin/scloud.tar.gz
4444
4545cd /bin
46+ ln -s busybox clear
47+ ln -s busybox find
4648ln -s busybox killall
4749ln -s busybox netstat
4850ln -s busybox nslookup
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
4343rm /usr/bin/scloud.tar.gz
4444
4545cd /bin
46+ ln -s busybox clear
47+ ln -s busybox find
4648ln -s busybox diff
4749ln -s busybox killall
4850ln -s busybox netstat
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
5050rm /usr/bin/scloud.tar.gz
5151
5252cd /bin
53+ ln -s busybox clear || true
54+ ln -s busybox find || true
5355ln -s python2 python || true
5456ln -s busybox diff || true
5557ln -s busybox hostname || true
You can’t perform that action at this time.
0 commit comments