mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 03:30:26 +03:00
Fix install.sh
This commit is contained in:
parent
24402852c7
commit
bd9ffb3a23
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="~/.local/share/plasma/plasmoids/"
|
||||
INSTALL_LOCATION="/usr/share/plasma/plasmoids/"
|
||||
|
||||
mkdir "${INSTALL_LOCATION}${PROJECT_ID}"
|
||||
cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"
|
||||
|
|
Loading…
Reference in a new issue