Skip to content

Instantly share code, notes, and snippets.

View IstvanCsVarga's full-sized avatar

Istvan Csaba Varga IstvanCsVarga

  • Accenture
  • Hungary
View GitHub Profile
@IstvanCsVarga
IstvanCsVarga / install_openlens.sh
Created January 24, 2024 14:55 — forked from jslay88/install_openlens.sh
Build and Install OpenLens
#!/bin/bash
install_deps_windows() {
echo "Installing Build Dependencies (Windows)..."
choco install -y make visualstudio2019buildtools visualstudio2019-workload-vctools
}
install_deps_darwin() {
echo "Installing Build Dependencies (Darwin)..."
xcode-select --install