From 094e867715c6e88661fc436c427fa83e7dd40e96 Mon Sep 17 00:00:00 2001 From: Hot-Tutorials <61880709+Hot-Tutorials@users.noreply.github.com> Date: Mon, 20 Dec 2021 14:13:39 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3970d14..9f70399 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash PROJECT_ID="org.kde.plasma.clearclock" -INSTALL_LOCATION="/usr/share/plasma/plasmoids/" +INSTALL_LOCATION="/home/$USER/.local/share/plasma/plasmoids/" mkdir "${INSTALL_LOCATION}${PROJECT_ID}" cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"