Skip to content

Commit 8bec134

Browse files
authored
Update fetch_packages.sh
1 parent 14cddee commit 8bec134

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

scripts/fetch_packages.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ UNSORTED_GIT_PACKAGES(){
5050
git clone https://github.com/jerrykuku/luci-app-ttnode.git package/jerrykuku/luci-app-ttnode
5151

5252
### luci-app-tinyfilemanager
53-
git clone https://github.com/lynxnexy/luci-app-tinyfilemanager.git package/lynxnexy/luci-app-tinyfilemanager
53+
# git clone https://github.com/lynxnexy/luci-app-tinyfilemanager.git package/lynxnexy/luci-app-tinyfilemanager
5454

5555
### luci-app-autorepeater
5656
git clone https://github.com/peter-tank/luci-app-autorepeater.git package/peter-tank/luci-app-autorepeater
5757

5858
### luci-app-dnscrypt-proxy2
59-
git clone https://github.com/peter-tank/luci-app-dnscrypt-proxy2.git package/peter-tank/luci-app-dnscrypt-proxy2
59+
# git clone https://github.com/peter-tank/luci-app-dnscrypt-proxy2.git package/peter-tank/luci-app-dnscrypt-proxy2
6060

6161
### autocore-arm-x86
6262
#git clone https://github.com/MatJeheyy/autocore-arm-x86.git package/MatJeheyy/autocore
@@ -69,8 +69,8 @@ echo "Fetching From unSorted Repo's:"
6969

7070
### luci-app-diskman
7171
## A Simple Disk Manager for LuCI, support disk partition and format, support raid / btrfs-raid / btrfs-snapshot
72-
mkdir -p package/luci-app-diskman
73-
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/applications/luci-app-diskman/Makefile -O package/luci-app-diskman/Makefile
72+
# mkdir -p package/luci-app-diskman
73+
# wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/applications/luci-app-diskman/Makefile -O package/luci-app-diskman/Makefile
7474
mkdir -p package/parted
7575
wget https://raw.githubusercontent.com/lisaac/luci-app-diskman/master/Parted.Makefile -O package/parted/Makefile
7676

@@ -85,16 +85,16 @@ SBWM1_PACKAGES() {
8585
rm -rf package/sbwml/autocore-arm/po
8686

8787
### openwrt-qBittorrent-Enhanced-Edition
88-
git clone https://github.com/sbwml/openwrt-qBittorrent-Enhanced-Edition.git package/sbwml/openwrt-qBittorrent-Enhanced-Edition
89-
rm -rf package/sbwml/package/sbwml/openwrt-qBittorrent-Enhanced-Edition/po
88+
# git clone https://github.com/sbwml/openwrt-qBittorrent-Enhanced-Edition.git package/sbwml/openwrt-qBittorrent-Enhanced-Edition
89+
# rm -rf package/sbwml/package/sbwml/openwrt-qBittorrent-Enhanced-Edition/po
9090

9191
### openwrt-qBittorrent
92-
git clone https://github.com/sbwml/openwrt-qBittorrent.git package/sbwml/openwrt-qBittorrent
93-
rm -rf package/sbwml/package/sbwml/openwrt-qBittorrent/po
92+
# git clone https://github.com/sbwml/openwrt-qBittorrent.git package/sbwml/openwrt-qBittorrent
93+
# rm -rf package/sbwml/package/sbwml/openwrt-qBittorrent/po
9494

9595
### openwrt-filebrowser
96-
git clone https://github.com/sbwml/openwrt-filebrowser.git package/sbwml/openwrt-filebrowser
97-
rm -rf package/sbwml/package/sbwml/openwrt-filebrowser/po
96+
# git clone https://github.com/sbwml/openwrt-filebrowser.git package/sbwml/openwrt-filebrowser
97+
# rm -rf package/sbwml/package/sbwml/openwrt-filebrowser/po
9898

9999
### OpenAppFilter
100100
git clone https://github.com/sbwml/OpenAppFilter.git package/sbwml/OpenAppFilter
@@ -423,15 +423,15 @@ LUCI_THEMES; ### ALWAYS GOES FIRST TO MAKE SURE NOT OVERWRITTEN ###
423423
PERSONAL_PACKAGES;
424424
UNSORTED_GIT_PACKAGES;
425425
UNSORTED_PACKAGES;
426-
SBWM1_PACKAGES;
426+
# SBWM1_PACKAGES;
427427
GSPOTX2F_PACKAGES;
428428
# LINKEASE_PACKAGES; ### <-- istore, Lets turn this off for now
429-
KENZOK8_PACKAGES; ### CAREFULL WITH THIS REPO ###
430-
#SUNDAQIANG_PACKAGES;
429+
# KENZOK8_PACKAGES; ### CAREFULL WITH THIS REPO ###
430+
# SUNDAQIANG_PACKAGES;
431431
# LEAN_PACKAGES; ### <-- Lets Turn this OFF now, its no longer at vaule to use
432-
SIRPDBOY_PACKAGES;
433-
#HELMIAU_PACKAGES; ### NOT USED - WARNING
434-
#NUEXINI_PACKAGES; ### NOT USED - WARNING
432+
# SIRPDBOY_PACKAGES;
433+
# HELMIAU_PACKAGES; ### NOT USED - WARNING
434+
# NUEXINI_PACKAGES; ### NOT USED - WARNING
435435
# O-BUG_PACKAGES; # <-- Turn this off for now, Seems to be alot of issues when building, Check FILES:
436436
### -------------------------------------------------------------------------------------------------------------- ###
437437

0 commit comments

Comments
 (0)