diff --git a/package.json b/package.json index 5d6d7494e7..ec6e359ca4 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,6 @@ "coveralls": "^2.11.2", "dockerode": "^2.1.1", "exec": "0.2.0", - "fs-extra": "^0.17.0", - "fs-promise": "^0.3.1", "jquery": "^2.1.3", "mixpanel": "0.2.0", "node-uuid": "^1.4.3", diff --git a/src/utils/SetupUtil.js b/src/utils/SetupUtil.js index faa32a771d..49e2bc0e25 100644 --- a/src/utils/SetupUtil.js +++ b/src/utils/SetupUtil.js @@ -55,7 +55,7 @@ var SetupUtil = { return `installer -pkg ${util.escapePath(path.join(util.supportDir(), virtualBox.filename()))} -target /`; } }, - macSudoCmd(cmd) { + macSudoCmd: function (cmd) { return `${util.escapePath(resources.macsudo())} -p "Kitematic requires administrative privileges to install." sh -c \"${cmd}\"`; }, simulateProgress(estimateSeconds, progress) {