Skip to content

Instantly share code, notes, and snippets.

View TommyMacMoo's full-sized avatar

TommyMoo TommyMacMoo

View GitHub Profile
@ejona86
ejona86 / list-user-installed-packages.sh
Created October 21, 2017 16:35
List user-installed packages on LEDE
#!/bin/sh
FLASH_TIME="$(awk '
$1 == "Installed-Time:" && ($2 < OLDEST || OLDEST=="") {
OLDEST=$2
}
END {
print OLDEST
}
' /usr/lib/opkg/status)"
@fire1ce
fire1ce / oh-my-zsh on openwrt or lede-project.md
Last active May 15, 2025 18:58
Install oh-my-zsh on openwrt/lede-project

Install oh-my-zsh on OpenWrt

Install Requirements Packages

opkg update && opkg install ca-certificates zsh curl git-http

Install oh-my-zsh