From 6f05eb0d30016e174253e687628b1dd7bbc1a9d0 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 4 Jan 2024 14:00:25 -0800 Subject: [PATCH] Add note about script running as non-root --- setup-qgis-plugins.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-qgis-plugins.bash b/setup-qgis-plugins.bash index 1ff9382..01e60ba 100755 --- a/setup-qgis-plugins.bash +++ b/setup-qgis-plugins.bash @@ -1,6 +1,6 @@ #!/bin/bash # Sets up various QGIS plugins that are useful when running -# on the cloud +# on the cloud. Run as non-root user. set -euo pipefail # Tell qgis-plugin-manager where our qgis plugins are