
On Sat, 29 May 2010 12:48:26 -0700
Don Stewart
P.S. where get = sudo bauerbill --trusted-users arch-haskell --build-as dons --no-color --noconfirm --aur -S $pkg
You can omit the "--trusted-users" option when using sudo because it will detect the current user automatically. Most users won't have an account named "dons" either. ;) You can also add "arch-haskell" to "TrustedUsers" in the configuration file to avoid specifying it on the command line each time. You can also drop "--no-color" and "--noconfirm" from the recommended command as they are optional and only increase the length of the command, which makes it look daunting for anyone unfamiliar with it. The result is a much more manageable command: sudo bauerbill --aur -S <pkgname> Regards, Xyne