machine_setup/ansible/roles/portshaker/files/freebsd

11 lines
224 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://git.FreeBSD.org/ports.git"
2022-12-10 20:29:19 +00:00
git_branch="main"
run_portshaker_command $*