mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
add scripts for pkg creation for mac
This commit is contained in:
6
release_files/darwin_pkg/preinstall
Executable file
6
release_files/darwin_pkg/preinstall
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
{
|
||||
echo "Preinstall complete"
|
||||
exit 0 # all good
|
||||
} > /tmp/my_preinstall.log
|
||||
Reference in New Issue
Block a user