Skip to content

Commit

Permalink
use vbox/v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Aug 27, 2022
1 parent 1d9959e commit 348c6ae
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sshport=$VM_SSH_PORT

opts="$VM_OPTS"

vboxlink="$VM_VBOX_LINK"
vboxlink="${SEC_VBOX:-$VM_VBOX_LINK}"


vmsh="$VM_VBOX"
Expand Down
2 changes: 1 addition & 1 deletion conf/netbsd-8.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ VM_OPTS="conf/netbsd-8.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"
2 changes: 1 addition & 1 deletion conf/netbsd-8.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ VM_OPTS="conf/netbsd-8.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"
2 changes: 1 addition & 1 deletion conf/netbsd-8.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VM_OPTS="conf/netbsd-8.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"
2 changes: 1 addition & 1 deletion conf/netbsd-9.0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ VM_OPTS="conf/netbsd-9.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"
2 changes: 1 addition & 1 deletion conf/netbsd-9.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VM_OPTS="conf/netbsd-9.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"
2 changes: 1 addition & 1 deletion conf/netbsd-9.2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VM_OPTS="conf/netbsd-9.0.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/main/vbox.sh"
VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.0.1/vbox.sh"

0 comments on commit 348c6ae

Please sign in to comment.