Merge pull request #2 from Hot-Tutorials/main

Fix install.sh
This commit is contained in:
qewer 2021-12-20 16:22:33 +03:00 committed by GitHub
commit b446c9c112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
PROJECT_ID="org.kde.plasma.clearclock"
INSTALL_LOCATION="~/.local/share/plasma/plasmoids/"
INSTALL_LOCATION="/home/$USER/.local/share/plasma/plasmoids/"
mkdir "${INSTALL_LOCATION}${PROJECT_ID}"
cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"