Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek-helper): don't install rinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Sep 4, 2024
1 parent dc4f01d commit dda2cd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ git clone https://github.com/DanySpin97/rinstall
cd rinstall
cargo build --release
chmod +x ./target/release/rinstall
./target/release/rinstall install -y

# SwayAudioIdleInhibit - https://github.com/ErikReider/SwayAudioIdleInhibit
cd /tmp
Expand All @@ -35,7 +34,7 @@ git clone https://github.com/danyspin97/wpaperd
cd wpaperd
cargo build --release
scdoc < man/wpaperd-output.5.scd > man/wpaperd-output.5
rinstall install -D "/tmp/wayland-built" -y
/tmp/rinstall/target/release/rinstall install -D "/tmp/wayland-built" -y

# SwayOSD - https://github.com/ErikReider/SwayOSD
cd /tmp
Expand Down

0 comments on commit dda2cd9

Please sign in to comment.