Skip to content

Commit

Permalink
Add the correct path for the xml and compile assets
Browse files Browse the repository at this point in the history
Previously this had the branch at the end of the URL and was removed
before merging to master - but should have been replaced with master
  • Loading branch information
jnormington committed Mar 19, 2024
1 parent 3539e5c commit d9d12d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions raspberrypi
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

BRANCH="master"
REPO="https://raw.githubusercontent.com/geckoboard/device-scripts"
WAYFIRE_SESSION_NAME="LXDE-pi-wayfire"

Expand Down Expand Up @@ -49,8 +50,8 @@ install_hide_cursor() {
# So we just need copy over into the specific places
# For now we assume all will use 64bit version as bookworm
# officially supported in pi 4+ so thats all I've compiled for
curl -sO "$REPO/wayfire/hide-cursor.xml"
curl -sO "$REPO/wayfire/libhide-cursor.so"
curl -sO "$REPO/$BRANCH/wayfire/hide-cursor.xml"
curl -sO "$REPO/$BRANCH/wayfire/libhide-cursor.so"

# Copy the xml and compiled plugin to the required paths
sudo cp hide-cursor.xml /usr/share/wayfire/metadata/
Expand Down

0 comments on commit d9d12d9

Please sign in to comment.