We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6a167 commit 9619e9cCopy full SHA for 9619e9c
generate.py
@@ -151,6 +151,8 @@ def generate_individual_installers(method, lines):
151
installer_sh_path = path + "/installer."+method+".sh"
152
try:
153
with open(installer_sh_path, "w") as installer_sh:
154
+ installer_sh.write("""#!/bin/sh
155
+""")
156
write_sudo_fix_commands(installer_sh)
157
write_logger_commands(installer_sh)
158
write_installer_commands(installer_sh, lines)
0 commit comments