mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
more sudo
This commit is contained in:
@@ -93,7 +93,7 @@ var runWithRoot = function (cmd, args) {
|
||||
|
||||
var copyScriptLinux = function () {
|
||||
runWithRoot("cp", [bootstrapScript, binary]);
|
||||
fs.chmodSync(binary, 0755);
|
||||
runWithRoot("chmod", [755, binary]);
|
||||
};
|
||||
|
||||
var debUpgrade = function () {
|
||||
|
||||
Reference in New Issue
Block a user