4 lines
135 B
Bash
4 lines
135 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /etc/greetd
|
|
update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30
|