add lagrange gemini client

This commit is contained in:
The Ghost of FOSS' Past 2024-11-02 16:53:17 -05:00
parent 5e0366660f
commit 255d405345
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@ chmod +x ~/cloudinit.sh
echo "[DSMOSS] Install more networking tools..." echo "[DSMOSS] Install more networking tools..."
brew install cloudflared miniupnpc brew install cloudflared miniupnpc
brew install --cask cyberduck brew install --cask cyberduck
brew install --cask lagrange
# More common settings... # More common settings...
echo "[DSMOSS] Run the more common settings script..." echo "[DSMOSS] Run the more common settings script..."

View file

@ -66,6 +66,7 @@ chmod +x ~/Minecraft.sh
echo "[DSMOSS] Install more networking tools..." echo "[DSMOSS] Install more networking tools..."
brew install cloudflared miniupnpc brew install cloudflared miniupnpc
brew install --cask cyberduck brew install --cask cyberduck
brew install --cask lagrange
echo "[DSMOSS] Run the more common settings script..." echo "[DSMOSS] Run the more common settings script..."
chmod +x "more-common-settings.sh" chmod +x "more-common-settings.sh"