This commit is contained in:
parent
87a8bfe59e
commit
dc7ddbcf6b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue