kleinigkeiten gefixt

This commit is contained in:
Thomas Schmauder 2023-03-14 12:32:07 +01:00
parent e570f401ca
commit 26daa798d9

View File

@ -28,7 +28,7 @@ Nach der Installation laden wir das Skript und machen es ausführbar.
# Ordner anlegen, falls noch nicht vorhanden und dann dorhin navigieren
mkdir -p /Users/$USER/Library/Application\ Support/SwiftBar/plugins && cd $_
# Skript laden und ausführbar machen
wget https://git.bib.de/itssct/OpenFortiVPN_macOS/raw/branch/main/bibVPN.sh
wget https://git.bib.de/ITS/OpenFortiVPN_macOS/raw/branch/main/bibVPN.sh
chmod +x bibVPN.sh
```
@ -48,4 +48,3 @@ Danach sollte in der Menüleiste das Tool auftauchen.
```zsh
open /Applications/SwiftBar.app
```
Sw