Skip to content

Instantly share code, notes, and snippets.

@liux-pro
Created December 15, 2020 15:27
Show Gist options
  • Save liux-pro/ea7bf77d52b09c40ecaeb35f697e5fe6 to your computer and use it in GitHub Desktop.
Save liux-pro/ea7bf77d52b09c40ecaeb35f697e5fe6 to your computer and use it in GitHub Desktop.
ubuntu安装nginx跳过时区设置
export DEBIAN_FRONTEND=noninteractive
ln -fs /usr/share/zoneinfo/Asia /etc/localtime
apt-get install -y tzdata
dpkg-reconfigure --frontend noninteractive tzdata
apt-get -y install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment