summarylogtreecommitdiffstats
path: root/sonar-scanner.install
diff options
context:
space:
mode:
authorMarcell Meszaros2022-03-22 20:01:48 +0100
committerMarcell Meszaros2022-03-22 20:52:59 +0100
commitefaaeb49b7612cdd22f54154340b724633445494 (patch)
tree285d8db61edd962185950035bc687ec534694b1d /sonar-scanner.install
parenta7a470077e2bfa33670344a805bcad7f5ca13eb1 (diff)
downloadaur-efaaeb49b7612cdd22f54154340b724633445494.tar.gz
updpkg 4.7.0.2747
Diffstat (limited to 'sonar-scanner.install')
-rw-r--r--sonar-scanner.install15
1 files changed, 8 insertions, 7 deletions
diff --git a/sonar-scanner.install b/sonar-scanner.install
index 95251000533d..a8b1ec1ecd0c 100644
--- a/sonar-scanner.install
+++ b/sonar-scanner.install
@@ -1,14 +1,15 @@
post_install() {
- echo 'In order to use sonar-scanner, you have to run the'
- echo 'following commands. It will be done automatically at login.'
+ echo 'In order to use sonar-scanner now, you have to run the'
+ echo 'following commands, or log out and log in again.'
echo
echo 'export SONAR_SCANNER_HOME="/opt/sonar-scanner"'
- echo 'export PATH="${PATH}:${SONAR_SCANNER_HOME}/bin"'
+ echo 'export PATH="${SONAR_SCANNER_HOME}/bin:${PATH}"'
echo
- echo 'You also need to configure your sonar host url'
- echo 'in /etc/sonar-scanner/sonar-scanner.properties.'
+ echo 'You will also need to configure the sonar host URL'
+ echo 'in "/etc/sonar-scanner/sonar-scanner.properties"'
+ echo 'before running the scanner.'
echo
echo 'Please refer to the following documentation:'
- echo 'http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner'
- echo ''
+ echo 'https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/'
+ echo
}