machine_setup/ansible/roles/portshaker/files/freebsd

11 lines
235 B
Plaintext
Raw Normal View History

2022-12-10 20:29:19 +00:00
#!/bin/sh
. /usr/local/share/portshaker/portshaker.subr
if [ "$1" != '--' ]; then
err 1 "Extra arguments"
fi
shift
method="git"
git_clone_uri="https://github.com/freebsd/freebsd-ports.git"
git_branch="main"
run_portshaker_command $*