FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openwrt/force_pull.sh at dev-master · simonzty/openwrt · GitHub
simonzty
/
openwrt
Public
forked from
Lienol/openwrt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openwrt
/
force_pull.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
6 lines (6 loc) · 289 Bytes
Breadcrumbs
openwrt
/
force_pull.sh
Copy path
File metadata and controls
executable file
·
6 lines (6 loc) · 289 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
#!
/bin/sh
git fetch --all
git reset --hard origin/dev-master
cd
feeds/packages
&&
git fetch --all
&&
git reset --hard origin/dev-master
&&
cd
../../
cd
feeds/luci
&&
git fetch --all
&&
git reset --hard origin/dev-19.07
&&
cd
../../
./scripts/feeds update -a
&&
./scripts/feeds install -a
Back
|
FazBrowse Home
|
New Git URL