Merge pull request #1 from Hot-Tutorials/patch-1

Change install path
This commit is contained in:
qewer 2021-12-15 15:51:37 +03:00 committed by GitHub
commit b3d56d52a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}/"