Skip to content

AmirulAndalib/openwrt-neofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openwrt-Neofetch

One click installer:

opkg update && opkg install bash && wget https://raw.githubusercontent.com/AmirulAndalib/openwrt-neofetch/master/neofetchwrt.sh -O neofetchwrt.sh && bash neofetchwrt.sh

Introduction

Running neofetch on Openwrt Forked https://github.com/dylanaraps/neofetch

Compile

First,you should have openwrt SDK.Dowload from https://archive.openwrt.org/

# add package 
git clone https://github.com/sjz123321/openwrt-neofetch.git ./package/
# Select Utilities -> neofetch
make menuconfig
# starting compile
make package/neofetch/compile V=99

Install

Download from Release or compile by yourself

And you should install bash before this

# update sources
opkg update
# Install bash
opkg install bash
# Install neofetch
opkg install openwrt-neofetch-v1.0.ipk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published