From dc7ddbcf6be27f92ee70fdc03bf9339d01cd353a Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 17 Aug 2023 14:52:52 +0800 Subject: [PATCH] up --- README.md | 2 ++ scripts/install/freebsd.sh | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6d9e4d3..cde48015f 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,8 @@ curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install_dev.sh | bash curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash +wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/install.sh && bash install.sh + wget --no-check-certificate -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/uninstall.sh && bash uninstall.sh curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/debug.sh | bash diff --git a/scripts/install/freebsd.sh b/scripts/install/freebsd.sh index 7ebd256ec..be632588a 100644 --- a/scripts/install/freebsd.sh +++ b/scripts/install/freebsd.sh @@ -7,7 +7,11 @@ if grep -Eq "FreeBSD" /etc/*-release && [ ! -f /bin/bash ]; then ln -sf /usr/local/bin/bash /bin/bash fi -echo "y" | pkg update +# freebsd-update -r 13.0-RELEASE upgrade + +echo "y" | pkg update +# echo "y" | pkg upgrade +# echo "y" | freebsd-update fetch install pkg install -y python3 # python3 -m ensurepip # pip3 install --upgrade setuptools