From 089061d1bf1cbf7634cc90bfc736bfaaf040099d Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 28 Oct 2013 11:17:10 +1000 Subject: [PATCH] sudo: 0.2013.10.28 (don't show scary notes, sudo detects whether user is admin again now) --- sudo.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sudo.json b/sudo.json index c70be819b5..5141e388ee 100644 --- a/sudo.json +++ b/sudo.json @@ -1,10 +1,7 @@ { "homepage": "https://github.com/lukesampson/psutils", - "version": "0.2013.10.13", - "url": "https://raw.github.com/lukesampson/psutils/3abb68561f/sudo.ps1", - "hash": "499e9dd433c76dd1af2c9f2f22eb974b8db85c043944164bfd2a806c2b48a186", - "bin": "sudo.ps1", - "notes": "Be sure to run sudo from an account that's in the Administrators group. Even though Windows will allow you to elevate to another account, if you do this the path environment variable will be different and things might not work like you'd expect. - -If you'd like to always prompt for credentials (rather than just yes/no), this can be set through Windows policy settings." + "version": "0.2013.10.28", + "url": "https://raw.github.com/lukesampson/psutils/4a8d75e593/sudo.ps1", + "hash": "01f297fd809e81416bd86cc7ad4850822c649e2ecb087f9b38a9907df4c8e197", + "bin": "sudo.ps1" } \ No newline at end of file