Skip to content

Commit

Permalink
Updated command to use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsidhu85 committed Dec 18, 2024
1 parent 7abdcd7 commit f9f1d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/administrator/web/ubuntu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installing Software with `apt`
sudo useradd -m -U -d /opt/tomcat -s /bin/false tomcat

Download [Tomcat 9](https://tomcat.apache.org/download-90.cgi)
tar -xvf /PATH/TO/DOWNLOADED/apache-tomcat-9.0.98.tar.gz -C /opt/tomcat
sudo tar -xvf /PATH/TO/DOWNLOADED/apache-tomcat-9.0.98.tar.gz -C /opt/tomcat

Change ownership of Tomcat Directory
sudo groupadd tomcat
Expand Down

0 comments on commit f9f1d5f

Please sign in to comment.