From 8390352e3d34ac859431f28f0e0365492695f4a6 Mon Sep 17 00:00:00 2001 From: Hot-Tutorials <61880709+Hot-Tutorials@users.noreply.github.com> Date: Wed, 15 Dec 2021 08:57:15 +0100 Subject: [PATCH] Chnage install path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ada2777..c9686cf 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash PROJECT_ID="org.kde.plasma.clearclock" -INSTALL_LOCATION="/home/qewer33/.local/share/plasma/plasmoids/" +INSTALL_LOCATION="~/.local/share/plasma/plasmoids/" mkdir "${INSTALL_LOCATION}${PROJECT_ID}" cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"