7 lines
149 B
Bash
7 lines
149 B
Bash
|
|
# install config files
|
|
cp conf/tlp.conf /etc/tlp.conf
|
|
|
|
# install wrapper script for sway
|
|
install -m 755 bin/start-sway.sh /usr/local/bin/start-sway
|