diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 968b0dd..75c1ee0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: uses: actions/create-release@v1 with: tag_name: ${{ github.ref_name }} - release_name: Release ${{ github.ref_name }} + release_name: ${{ github.ref_name }} draft: false prerelease: false env: diff --git a/README.md b/README.md index 70c4801..4e25f02 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ You can then transfer this file to your pfSense system and install it manually. To install the package manually on pfSense: ``` -pkg remove pfSense-pkg-NetBird- -pkg add pfSense-pkg-NetBird-.pkg +pkg add netbird-.pkg + +pkg add -f pfSense-pkg-NetBird-.pkg ``` Once installed, **NetBird** will appear under the **VPN** menu in the pfSense Web UI. \ No newline at end of file