Update configure.sh

fixes #15
This commit is contained in:
zimbatm 2018-11-06 23:38:28 +01:00 committed by GitHub
parent 6bbd843da0
commit a443bba675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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