Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions base/debian-10/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
rm /usr/bin/scloud.tar.gz

cd /bin
ln -s busybox clear
ln -s busybox find
ln -s busybox killall
ln -s busybox netstat
ln -s busybox nslookup
Expand Down
2 changes: 2 additions & 0 deletions base/debian-9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
rm /usr/bin/scloud.tar.gz

cd /bin
ln -s busybox clear
ln -s busybox find
ln -s busybox diff
ln -s busybox killall
ln -s busybox netstat
Expand Down
2 changes: 2 additions & 0 deletions base/redhat-8/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tar -xf /usr/bin/scloud.tar.gz -C /usr/bin/
rm /usr/bin/scloud.tar.gz

cd /bin
ln -s busybox clear || true
ln -s busybox find || true
ln -s python2 python || true
ln -s busybox diff || true
ln -s busybox hostname || true
Expand Down