xdao 1 год назад
Родитель
Сommit
5355505c25
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/fs-patcher.sh

+ 1 - 1
tools/fs-patcher.sh

@@ -58,7 +58,7 @@ common_patch () {
 
     # update panel code
     rm -rf "$ROOT_FS/pineapple"
-    wget -q https://github.com/xchwarze/wifi-pineapple-panel/archive/refs/heads/wpc.zip -O updated-panel.zip
+    wget -q https://git.xdao.cc/xdao/wifi-pineapple-panel/raw/wpc/wpc.zip -O updated-panel.zip
     unzip -q updated-panel.zip
 
     cp -r wifi-pineapple-panel-wpc/src/* "$ROOT_FS/"