mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-25 19:14:02 +03:00
Merge pull request #16 from nix-community/zimbatm-patch-1
Update configure.sh
This commit is contained in:
commit
68e9f6dd79
@ -79,6 +79,7 @@ fi
|
||||
|
||||
nix-store --add-root "$DIR/gcroot" --indirect --realize "$PLIST"
|
||||
|
||||
mkdir -p ~/Library/LaunchAgents
|
||||
launchctl unload ~/Library/LaunchAgents/org.nix-community.linuxkit-builder.plist 2> /dev/null || true
|
||||
chmod 0640 ~/Library/LaunchAgents/org.nix-community.linuxkit-builder.plist 2> /dev/null || true
|
||||
cp "$PLIST" ~/Library/LaunchAgents/org.nix-community.linuxkit-builder.plist
|
||||
|
Loading…
Reference in New Issue
Block a user