-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiy-part2.sh
More file actions
executable file
·24 lines (22 loc) · 869 Bytes
/
diy-part2.sh
File metadata and controls
executable file
·24 lines (22 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
#
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
#
# This is free software, licensed under the MIT License.
# See /LICENSE for more information.
#
# https://github.com/P3TERX/Actions-OpenWrt
# File name: diy-part2.sh
# Description: OpenWrt DIY script part 2 (After Update feeds)
#
# Modify default IP
#sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate
#cd ~/work/GreyFlorence-OpenWrt_PHICOMM_PSG1280_K1_firmware/GreyFlorence-OpenWrt_PHICOMM_PSG1280_K1_firmware/openwrt/package/lean &&
#rm -rf luci-theme-argon &&
#git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git &&
#cd ../.. &&
#cd ./feeds/luci/collections/luci &&
#rm -rf Makefile &&
#wget https://raw.githubusercontent.com/GreyFlorence/GreyFlorence-OpenWrt_PHICOMM_PSG1280_K1_firmware/main/Makefile &&
#chmod 777 Makefile &&
#cd ../../../..