Skip to content

Instantly share code, notes, and snippets.

@jslay88
jslay88 / install_openlens.sh
Last active March 28, 2024 16:36
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