📜  sonarqube linux 安装 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:14.597000             🧑  作者: Mango

代码示例1
sudo apt-get update
sudo apt-get install unzip software-properties-common wget default-jdk
// you will need to install PostGreSQL DB
sudo apt-get install postgresql postgresql-contrib