mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-14 19:20:26 +03:00
Update install.sh
This commit is contained in:
parent
bd9ffb3a23
commit
094e867715
1 changed files with 1 additions and 1 deletions
|
@ -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}/"
|
||||
|
|
Loading…
Reference in a new issue