Skip to content

Commit

Permalink
available not run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
georgalis committed Oct 22, 2023
1 parent 9899d16 commit 005a1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boot/nbsd/pkgin
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# REQUIRE: shell
# BEFORE:
# PROVIDE: pkgin
# KEYWORD: nbsd
# KEYWORD: x-nbsd

set -e

Expand Down
8 changes: 4 additions & 4 deletions boot/nbsd/pkgsrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/sh

# REQUIRE: shell
# REQUIRE: shell comp
# BEFORE:
# PROVIDE: pkgsrc
# KEYWORD: opt-nbsd
# KEYWORD: x-nbsd

set -e

cd /usr
ftp -a "http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.bz2"
ftp -a "https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.xz"
echo "Extracting latest pkgsrc stable release under /usr..."
tar -xjpf pkgsrc.tar.bz2 -C /usr/
tar -xpf pkgsrc.tar.bz2 -C /usr/
rm -f pkgsrc.tar.bz2

exit 0
Expand Down

0 comments on commit 005a1b1

Please sign in to comment.