mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-12 22:46:44 +03:00
Add files via upload
This commit is contained in:
@@ -1,15 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
URL="https://raw.githubusercontent.com/CodeRoK7/RouterichAX3000_configs/refs/heads/main"
|
|
||||||
DIR="/etc/config"
|
DIR="/etc/config"
|
||||||
DIR_BACKUP="/root/backup"
|
DIR_BACKUP="/root/backup"
|
||||||
config_files="dhcp
|
config_files="dhcp
|
||||||
youtubeUnblock
|
youtubeUnblock
|
||||||
https-dns-proxy"
|
https-dns-proxy"
|
||||||
|
|
||||||
|
|
||||||
mkdir $DIR_BACKUP
|
|
||||||
|
|
||||||
for file in $config_files
|
for file in $config_files
|
||||||
do
|
do
|
||||||
cp -f "$DIR_BACKUP/$file" "$DIR/$file"
|
cp -f "$DIR_BACKUP/$file" "$DIR/$file"
|
||||||
|
|||||||
Reference in New Issue
Block a user