Skip to content

Commit 3528720

Browse files
committed
downgraded luci-app-diskman version to v0.2.11 (fix #89)
1 parent 18e4243 commit 3528720

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/add_packages.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
# {{ Add luci-app-diskman
44
(cd friendlywrt && {
5+
COMMIT_ID=975859fb7030ded885287c312a8127333f656930
56
mkdir -p package/luci-app-diskman
6-
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/applications/luci-app-diskman/Makefile -O package/luci-app-diskman/Makefile
7+
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/${COMMIT_ID}/applications/luci-app-diskman/Makefile \
8+
-O package/luci-app-diskman/Makefile
79
mkdir -p package/parted
810
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -O package/parted/Makefile
911
})

0 commit comments

Comments
 (0)