mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
6 lines
371 B
Bash
Executable File
6 lines
371 B
Bash
Executable File
cargo install --git https://github.com/goauthentik/authentik docsmg
|
|
sudo wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/scripts/docsmg/m.bash -O /bin/map
|
|
sudo wget https://raw.githubusercontent.com/goauthentik/authentik/main/website/scripts/docsmg/mcomplete.bash -O /bin/mapcomplete
|
|
sudo chmod 755 /bin/map
|
|
echo "source mapcomplete" >>~/.zshrc
|