File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11sudo : required
2- dist : trusty
2+ dist : bionic
33
44os : linux
55
1919 - PATH=$PATH:$NGINX_PREFIX/sbin
2020
2121before_install :
22- - sudo apt-get install -qq -y software-properties-common
22+ - sudo apt install -qq -y software-properties-common
2323 - sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ xenial main universe"
24- - sudo apt-get update -qq -y --fix-missing
25- - sudo apt-get install -qq -y --fix-missing cpanminus mercurial build-essential make clang valgrind libio-socket-ssl-perl
24+ - sudo apt update -qq -y --fix-missing
25+ - sudo apt install -qq -y --fix-missing cpanminus mercurial build-essential make clang valgrind libio-socket-ssl-perl
2626
2727install :
2828 - if [ ! -d /opt ]; then mkdir /opt; fi
You can’t perform that action at this time.
0 commit comments