• Mice7R's avatar
    Remove SUDO_VALIDATE and only use sudo -v · a8147523
    Mice7R authored
    This addresses the changes requested by Rycieos at #702.
    To summarize:
    The flag -v exists since first version of sudo and we can't find a
    reason why to use true.
    
    This commit changes the default behaviour of sudo detection to use
    sudo -v instead of executing true.
    a8147523