This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-portable
mirror of
https://github.com/Fincer/openntpd-portable
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
fetch so we can switch to new branches
OPENBSD_5_9
Brent Cook
8 years ago
parent
373f8c75cb
commit
d9992bf74e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
update.sh
+ 1
- 0
update.sh
View File
@ -14,6 +14,7 @@ if [ ! -d openbsd ]; then
fi
fi
(
cd
openbsd
git fetch
git checkout
$openbsd_branch
git pull --rebase
)
Write
Preview
Loading…
Cancel
Save