Skip to content

Commit

Permalink
fix: small fix for opentabletdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamyukii committed Jan 20, 2025
1 parent 5b3d3c7 commit 854c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/aurora-apps.just
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ install-opentabletdriver:
mkdir -p $HOME/.config/OpenTabletDriver && \
flatpak override --user --filesystem=xdg-config/OpenTabletDriver net.opentabletdriver.OpenTabletDriver && \
mkdir -p $HOME/.config/systemd/user && \
curl -s https://raw.githubusercontent.com/flathub/net.opentabletdriver.OpenTabletDriver/refs/heads/master/scripts/opentabletdriver.service > ~/.config/systemd/user/opentabletdriver.service && \
curl -s https://raw.githubusercontent.com/flathub/net.opentabletdriver.OpenTabletDriver/refs/heads/master/scripts/opentabletdriver.service > $HOME/.config/systemd/user/opentabletdriver.service && \
systemctl --user daemon-reload && \
systemctl enable --user --now opentabletdriver.service
Expand Down

0 comments on commit 854c40e

Please sign in to comment.