diff --git a/full.zsh b/full.zsh index 24dfe08..5c15d29 100644 --- a/full.zsh +++ b/full.zsh @@ -74,6 +74,7 @@ chmod +x ~/cloudinit.sh echo "[DSMOSS] Install more networking tools..." brew install cloudflared miniupnpc brew install --cask cyberduck +brew install --cask lagrange # More common settings... echo "[DSMOSS] Run the more common settings script..." diff --git a/lite.zsh b/lite.zsh index 41626bc..c0e5f62 100755 --- a/lite.zsh +++ b/lite.zsh @@ -66,6 +66,7 @@ chmod +x ~/Minecraft.sh echo "[DSMOSS] Install more networking tools..." brew install cloudflared miniupnpc brew install --cask cyberduck +brew install --cask lagrange echo "[DSMOSS] Run the more common settings script..." chmod +x "more-common-settings.sh"