mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-09-18 09:44:37 +08:00
脚本修改
This commit is contained in:
@@ -28,9 +28,9 @@ install_ubuntu() {
|
|||||||
|
|
||||||
|
|
||||||
if [ -f "/etc/redhat-release" ]; then
|
if [ -f "/etc/redhat-release" ]; then
|
||||||
yum install wget
|
yum install -y wget
|
||||||
install_redhat
|
install_redhat
|
||||||
else
|
else
|
||||||
apt-get install wget
|
apt-get install -y wget
|
||||||
install_ubuntu
|
install_ubuntu
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user