Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

To set up the apt repository for stable nginx packages, run the following command:

echo "deb http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" 
    | sudo tee /etc/apt/sources.list.d/nginx.list
Source by nginx.org #
 
PREVIOUS NEXT
Tagged: #To #set #apt #repository #stable #nginx #run
ADD COMMENT
Topic
Name
5+5 =