Skip to content

Commit c38780b

Browse files
committed
Add -no-rcs to zsh shebang
Add -no-rcs to zsh shebang
1 parent d22d378 commit c38780b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SupportHelper/Scripts/postinstall.zsh renamed to SupportHelper/Scripts/postinstall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/bin/zsh
1+
#!/bin/zsh --no-rcs
22

33
# Install SupportHelper LaunchDaemon
44
#
55
#
6-
# Copyright 2022 Root3 B.V. All rights reserved.
6+
# Copyright 2024 Root3 B.V. All rights reserved.
77
#
88
# This script will create the SupportHelper LaunchDaemon and reload it when
99
# needed.

pkgbuild/scripts/postinstall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#!/bin/zsh
1+
#!/bin/zsh --no-rcs
22

33
# Install Support App LaunchAgent
44
#
55
#
6-
# Copyright 2022 Root3 B.V. All rights reserved.
6+
# Copyright 2024 Root3 B.V. All rights reserved.
77
#
88
# This script will create the Support App LaunchAgent and reload it when needed.
99
#

0 commit comments

Comments
 (0)