fix install script

This commit is contained in:
ObamaTheLlama114
2024-07-28 17:41:06 -05:00
parent c6bffd9a27
commit 70065d6e49
3 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,5 @@
cargo install --git https://github.com/goauthentik/authentik
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
curl https://raw.githubusercontent.com/goauthentik/authentik/main/website/scripts/docsmg/mcomplete.bash >> ~/.zshrc
echo "source mapcomplete" >> ~./zshrc