mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 11:07:20 -06:00
sway-tiny: fix post-install
This commit is contained in:
parent
afff9c0ead
commit
819240c7f4
@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
chown root:input /bin/sway
|
||||
chmod g+s /bin/sway
|
||||
chown root:input "$KISS_ROOT/usr/bin/sway"
|
||||
chmod g+s "$KISS_ROOT"/usr/bin/sway
|
||||
|
Loading…
Reference in New Issue
Block a user