14 lines
287 B
Bash
Executable File
14 lines
287 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#authselect select sssd with-mkhomedir with-sudo
|
|
#authselect apply-changes
|
|
|
|
PREFIX=/usr/local/bin/wmde
|
|
|
|
rm -rf $FREFIX
|
|
|
|
rm -f /etc/systemd/user/wmde-rp-usersync-nfs.service
|
|
rm -f /etc/systemd/user/wmde-rp-usersync-ssh.service
|
|
rm -f /etc/systemd/user/wmde-rp-usersync.service
|
|
|