6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p /etc/greetd/
|
|
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml |