mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-23 01:13:54 +02:00
Uh oh
This commit is contained in:
parent
22517cef68
commit
f5e4c3d4d0
|
@ -4,16 +4,16 @@
|
|||
dev_install:
|
||||
@ echo "WARNING: THIS WILL BREAK EXISTING UNIXD INSTALLS"
|
||||
@ echo "ctrl-c now if this is not what you want"
|
||||
read
|
||||
@ read
|
||||
@ echo "LAST CHANCE"
|
||||
sleep 5
|
||||
ln -s -f ../platform/opensuse/kanidm-unixd.service /etc/systemd/system/kanidm-unixd.service
|
||||
ln -s -f ../platform/opensuse/kanidm-unixd-tasks.service /etc/systemd/system/kanidm-unixd-tasks.service
|
||||
ln -s -f ../target/debug/kanidm-unix /usr/sbin/kanidm-unix
|
||||
ln -s -f ../target/debug/kanidm_ssh_authorizedkeys /usr/sbin/kanidm_ssh_authorizedkeys
|
||||
ln -s -f ../target/debug/kanidm_unixd_tasks /usr/sbin/kanidm_unixd_tasks
|
||||
ln -s -f ../target/debug/kanidm_unixd /usr/sbin/kanidm_unixd
|
||||
ln -s -f ../target/debug/libpam_kanidm.so /lib64/security/pam_kanidm.so
|
||||
ln -s -f ../target/debug/libnss_kanidm.so /usr/lib64/libnss_kanidm.so.2
|
||||
@ sleep 5
|
||||
ln -s -f $(pwd)/../platform/opensuse/kanidm-unixd.service /etc/systemd/system/kanidm-unixd.service
|
||||
ln -s -f $(pwd)/../platform/opensuse/kanidm-unixd-tasks.service /etc/systemd/system/kanidm-unixd-tasks.service
|
||||
ln -s -f $(pwd)/../target/debug/kanidm-unix /usr/sbin/kanidm-unix
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_ssh_authorizedkeys /usr/sbin/kanidm_ssh_authorizedkeys
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_unixd_tasks /usr/sbin/kanidm_unixd_tasks
|
||||
ln -s -f $(pwd)/../target/debug/kanidm_unixd /usr/sbin/kanidm_unixd
|
||||
ln -s -f $(pwd)/../target/debug/libpam_kanidm.so /lib64/security/pam_kanidm.so
|
||||
ln -s -f $(pwd)/../target/debug/libnss_kanidm.so /usr/lib64/libnss_kanidm.so.2
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue