Fix jemalloc library missing.

This commit is contained in:
邱博亞 2023-12-18 00:23:27 +08:00
parent c1483b27bf
commit 78f1100319
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if [[ ! -e "/usr/lib/x86_64-linux-gnu/librt.so" ]]; then
fi
org_pwd=$(pwd)
sudo apt install -y libncurses5-dev libgmp-dev
sudo apt-get install libjemalloc-dev -y
echo "postfix postfix/mailname string $USER" | sudo debconf-set-selections
echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-selections
sudo apt-get install -y postfix