Skip to content

Commit e93f8f3

Browse files
author
Ryan Faircloth
authored
[fix] Add commands for proper use of diag --upload feature (#404)
* [fix] Add commands for proper use of diag --upload feature * Update install.sh * Update install.sh
1 parent a696c27 commit e93f8f3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

base/debian-10/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
4343
rm /usr/bin/scloud.tar.gz
4444

4545
cd /bin
46+
ln -s busybox clear
47+
ln -s busybox find
4648
ln -s busybox killall
4749
ln -s busybox netstat
4850
ln -s busybox nslookup

base/debian-9/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
4343
rm /usr/bin/scloud.tar.gz
4444

4545
cd /bin
46+
ln -s busybox clear
47+
ln -s busybox find
4648
ln -s busybox diff
4749
ln -s busybox killall
4850
ln -s busybox netstat

base/redhat-8/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
5050
rm /usr/bin/scloud.tar.gz
5151

5252
cd /bin
53+
ln -s busybox clear || true
54+
ln -s busybox find || true
5355
ln -s python2 python || true
5456
ln -s busybox diff || true
5557
ln -s busybox hostname || true

0 commit comments

Comments
 (0)