Fix jemalloc library missing.
This commit is contained in:
parent
c1483b27bf
commit
78f1100319
|
@ -19,6 +19,7 @@ if [[ ! -e "/usr/lib/x86_64-linux-gnu/librt.so" ]]; then
|
||||||
fi
|
fi
|
||||||
org_pwd=$(pwd)
|
org_pwd=$(pwd)
|
||||||
sudo apt install -y libncurses5-dev libgmp-dev
|
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/mailname string $USER" | sudo debconf-set-selections
|
||||||
echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-selections
|
echo "postfix postfix/main_mailer_type string 'Local only'" | sudo debconf-set-selections
|
||||||
sudo apt-get install -y postfix
|
sudo apt-get install -y postfix
|
||||||
|
|
Loading…
Reference in New Issue