Disable tlmgr in linux (fix #384) (#389)

This commit is contained in:
Roey Darwish Dror
2020-04-03 12:19:55 +03:00
committed by GitHub
parent f103f595fd
commit b8496064ec
3 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ pub enum TopgradeError {
ProcessFailed(ExitStatus),
#[error("Sudo is required for this step")]
#[allow(dead_code)]
SudoRequired,
#[error("Unknown Linux Distribution")]