source:
OpenRLabs-Git/deploy/rlabs_installer/01_install_nginx.sh
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[42bd667] | 1 | #!/bin/bash |
2 | . utils/package_manager.sh | |
3 | ||
4 | echo "+------------------------------------------+" | |
5 | echo "| |" | |
6 | echo "| Installing NGINX |" | |
7 | echo "| |" | |
8 | echo "+------------------------------------------+" | |
9 | ||
10 | $pkg_mng --yes install nginx |
Note: See TracBrowser
for help on using the repository browser.