更新「install_nginx.sh」
This commit is contained in:
parent
0008f31acd
commit
88468efd58
|
@ -162,7 +162,7 @@ if [[ "$@" == *"--install-passenger"* ]];then
|
||||||
sudo chown $USER:$USER $HOME -R
|
sudo chown $USER:$USER $HOME -R
|
||||||
rvm user gemsets
|
rvm user gemsets
|
||||||
sudo chown $USER:$USER /usr/share/rvm -R
|
sudo chown $USER:$USER /usr/share/rvm -R
|
||||||
sudo apt install libjemalloc-dev
|
sudo apt install libjemalloc-dev -y
|
||||||
rvm install 2.7.6 --with-openssl-dir="$openssl_dir" -C --with-jemalloc
|
rvm install 2.7.6 --with-openssl-dir="$openssl_dir" -C --with-jemalloc
|
||||||
curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
|
curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
|
||||||
curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
|
curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
|
||||||
|
|
Loading…
Reference in New Issue