mainqndtest
Last change
on this file since 335213f was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100644
|
File size:
348 bytes
|
Rev | Line | |
---|
[42bd667] | 1 | #!/bin/bash |
---|
| 2 | . utils/package_manager.sh |
---|
| 3 | |
---|
| 4 | echo "+------------------------------------------+" |
---|
| 5 | echo "| |" |
---|
| 6 | echo "| Installing TOMCAT9 |" |
---|
| 7 | echo "| |" |
---|
| 8 | echo "+------------------------------------------+" |
---|
| 9 | |
---|
| 10 | $pkg_mng --yes install tomcat9 tomcat9-admin |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.