Skip to content

Commit

Permalink
downgraded luci-app-diskman version to v0.2.11 (fix #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencetg committed Dec 9, 2024
1 parent 113dd3f commit 8b8ccf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/add_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# {{ Add luci-app-diskman
(cd friendlywrt && {
COMMIT_ID=975859fb7030ded885287c312a8127333f656930
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
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/${COMMIT_ID}/applications/luci-app-diskman/Makefile \
-O package/luci-app-diskman/Makefile
mkdir -p package/parted
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -O package/parted/Makefile
})
Expand Down

0 comments on commit 8b8ccf2

Please sign in to comment.