|
楼主 |
发表于 2018-10-8 20:33
|
显示全部楼层
- [root@phicomm-n1:~]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh &&
- sh install.sh
- -sh: yum: not found
- [root@phicomm-n1:~]# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
- -sh: yum: not found
- [root@phicomm-n1:~]# wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
- Connecting to download.bt.cn (106.36.41.89:80)
- install.sh 100% |***********************************************************************************************| 14725 0:00:00 ETA
- -sh: sudo: not found
- [root@phicomm-n1:~]# wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh
- Connecting to download.bt.cn (106.36.41.89:80)
- install.sh 100% |***********************************************************************************************| 14725 0:00:00 ETA
- -sh: bash: not found
- [root@phicomm-n1:~]# wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh
- Connecting to download.bt.cn (106.36.41.89:80)
- install.sh 100% |***********************************************************************************************| 19647 0:00:00 ETA
- -sh: bash: not found
- [root@phicomm-n1:~]#
复制代码
全是not found |
|