10 lines
245 B
Bash
10 lines
245 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
|
|
|
|
mkdir -p /etc/greetd
|
|
sed "s/DEF_USER/$user/" conf/greetd/config.toml > /etc/greetd/config.toml
|