Skip to content

Instantly share code, notes, and snippets.

View fzorb's full-sized avatar
🏠
Working from home

FzOrb fzorb

🏠
Working from home
View GitHub Profile
@suuhm
suuhm / setup_openwrt_lxc_container_proxmox.sh
Last active September 8, 2024 20:01
Setup OpenWrt 23.05 LXC Container in Proxmox - Updated Version: 2024
#!/bin/bash
# Setting Up OpenWRT on a Virtual Machine with Proxmox
# Based on: https://community.bigbeartechworld.com/t/setting-up-openwrt-on-a-virtual-machine-with-proxmox/257
# Set your wished version:
export VER="23.05"
export ARCH="amd64"
export INDEX_URL="https://images.linuxcontainers.org/images/openwrt/$VER/$ARCH/default"
#export BUILDDATE=$(date -d "yesterday" '+%Y%m%d')