Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.1
/
share
/
test
/
mongodb
/
scripts
/
ubuntu
/
//opt/php-7.1/share/test/mongodb/scripts/ubuntu/essentials.sh
if [ ! -e ".provisioned" ]; then # Tools you can't live without apt-get update apt-get install -y build-essential git vim libtool autoconf # I can't stand emacs echo 'set -o vi' | sudo tee /etc/profile.d/vishell.sh touch .provisioned fi