script - drist - a remote deployment tool HTML git clone git://bitreich.org/drist/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/drist/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- script (118B) --- 1 #!/bin/sh 2 3 sudo pkg install -y nginx 4 echo "nginx_enable=yes" | sudo tee /etc/rc.conf.d/nginx 5 sudo service nginx start