Skip to content

Commit

Permalink
fix: Make wg executable
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Vorwerk <info@fossores.de>
  • Loading branch information
FossoresLP committed Nov 14, 2020
1 parent 86c5307 commit a3a2399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
cp -r opt pkg/opt
cp wireguard.ko pkg/lib/modules/$KERNEL/kernel/net/wireguard.ko
cp wg pkg/usr/bin/wg
chmod +x pkg/usr/bin/wg
sed -i "s/PACKAGE_VERSION/$MODULE_VERSION/g" pkg/DEBIAN/control
sed -i "s/PACKAGE_RELEASE/$PACKAGE_RELEASE/g" pkg/DEBIAN/control
sed -i "s/KERNEL_VER/$KERNEL/g" pkg/DEBIAN/preinst
Expand Down

0 comments on commit a3a2399

Please sign in to comment.