We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e4243 commit 3528720Copy full SHA for 3528720
scripts/add_packages.sh
@@ -2,8 +2,10 @@
2
3
# {{ Add luci-app-diskman
4
(cd friendlywrt && {
5
+ COMMIT_ID=975859fb7030ded885287c312a8127333f656930
6
mkdir -p package/luci-app-diskman
- 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
9
mkdir -p package/parted
10
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -O package/parted/Makefile
11
})
0 commit comments