diff options
Diffstat (limited to '.local/bin/update_bsd.sh')
-rwxr-xr-x | .local/bin/update_bsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh index 7cbb608..d47f849 100755 --- a/.local/bin/update_bsd.sh +++ b/.local/bin/update_bsd.sh @@ -16,10 +16,10 @@ if [ ! $(command -v cvs) ]; then fi cd /usr/xsrc ; -cvs update -dP -r netbsd-10 ; +cvs update -dP -r netbsd-10-1-RELEASE ; cd /usr/src ; -cvs update -dP -r netbsd-10 ; +cvs update -dP -r netbsd-10-1-RELEASE ; # Build with Xsrc /usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution kernel=GENERIC ; |