mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 11:40:21 -07:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
install -D kiss "$1/usr/bin/kiss"
|
|
install -D kiss_path.sh "$1/etc/profile.d/kiss_path.sh"
|