Skip to content

Commit

Permalink
fix rsync name
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 26, 2023
1 parent 1808e0f commit fceded5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: vmactions/cf-tunnel@v0
- name: Creating Web console
uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
Expand Down
2 changes: 1 addition & 1 deletion conf/openbsd-7.4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VM_SSH_PORT=2224
VM_SHUTDOWN_CMD="/sbin/shutdown -p now"
VM_INSTALL_CMD="pkg_add"

VM_RSYNC_PKG="rsync-3.2.7"
VM_RSYNC_PKG="rsync-3.2.7p1"
VM_SSHFS_PKG="sshfs-fuse"

VM_PRE_INSTALL_PKGS="tree"
Expand Down

0 comments on commit fceded5

Please sign in to comment.