pull/437/head
midoks 2 years ago
parent 87a8bfe59e
commit dc7ddbcf6b
  1. 2
      README.md
  2. 4
      scripts/install/freebsd.sh

@ -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
# 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…
Cancel
Save