Skip to content

Instantly share code, notes, and snippets.

@qtronixx
qtronixx / setup_openwrt_lxc_container_proxmox.sh
Created March 21, 2024 06:06 — forked from suuhm/setup_openwrt_lxc_container_proxmox.sh
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')