mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 03:30:26 +03:00
Chnage install path
This commit is contained in:
parent
e8ef960f47
commit
8390352e3d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PROJECT_ID="org.kde.plasma.clearclock"
|
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}"
|
mkdir "${INSTALL_LOCATION}${PROJECT_ID}"
|
||||||
cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"
|
cp -R "package/." "${INSTALL_LOCATION}${PROJECT_ID}/"
|
||||||
|
|
Loading…
Reference in a new issue