From 80c6922e642d1befbcfbe71b3b8150b43931475d Mon Sep 17 00:00:00 2001 From: hub229ox <44996449+hub229ox@users.noreply.github.com> Date: Tue, 13 Nov 2018 09:41:59 +0100 Subject: [PATCH] choose a subdir below /home/... to avoid the need for "sudo" to access files below /usr/share/... usually sudo is required which is a bad idea and easily avoidable when handling unknown AppImages. --- spm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spm b/spm index 850e0bb..2407436 100755 --- a/spm +++ b/spm @@ -104,6 +104,9 @@ cat > "$CONFIG_DIR"/spm.conf << EOL # # TARGET_DIR - Directory where packages will be installed to. # Only change this directory if you have no packages being managed by spm! + +# choose a subdir below /home/... to avoid the need for "sudo" to access files below /usr/share/... + # TARGET_DIR="$TARGET_DIR" #