Skip to content

Commit

Permalink
update 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdy666 committed Apr 7, 2024
1 parent 9b94862 commit a2e88ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## 怎么确定当前系统CPU架构下载相应lucky核心包
复制以下指令到终端执行,根据显示下载文件名含有架构字符串的ipk包
```
cd /tmp ;if [ -f /usr/bin/curl ];then curl -sSO http://777.gdy666.com/lucky-files/luckyarch.sh;else wget -O http://777.gdy666.com/lucky-files/luckyarch.sh;fi;sh luckyarch.sh
cd /tmp ;if [ -f /usr/bin/curl ];then curl -sSO http://www.daji.it:6/files/luckyarch.sh;else wget -O http://www.daji.it:6/files/luckyarch.sh;fi;sh luckyarch.sh
```


Expand Down
2 changes: 1 addition & 1 deletion lucky/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lucky
PKG_VERSION:=2.7.2
PKG_VERSION:=2.8.3
PKG_RELEASE:=1
PKGARCH:=all

Expand Down

0 comments on commit a2e88ef

Please sign in to comment.