mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-10 04:40:09 -07:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
chown root:input "$KISS_ROOT/usr/bin/sway"
|
|
chmod g+s "$KISS_ROOT"/usr/bin/sway
|