mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-14 17:28:56 +02: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