There was an error while loading. Please reload this page.
1 parent 45c62de commit 1c9724fCopy full SHA for 1c9724f
1 file changed
src/commands/pack/deb.ts
@@ -84,7 +84,7 @@ get_script_dir () {
84
echo "\$DIR"
85
}
86
DIR=\$(get_script_dir)
87
-export ${config.scopedEnvVar('UPDATE_INSTRUCTIONS')}="update with \"sudo apt update && sudo apt install ${config.bin}\""
+export ${config.scopedEnvVar('UPDATE_INSTRUCTIONS')}="update with \\"sudo apt update && sudo apt install ${config.bin}\\""
88
\$DIR/node \$DIR/run "\$@"
89
`,
90
control: (config: Tarballs.IConfig, arch: string) => `Package: ${config.config.bin}
0 commit comments