TeX live manager (fix #223) (#251)

This commit is contained in:
Roey Darwish Dror
2019-12-12 20:24:22 +02:00
committed by GitHub
parent 60405e0456
commit c4ef712b3b
7 changed files with 63 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ pub enum TopgradeError {
#[error("{0}")]
ProcessFailed(ExitStatus),
#[error("Sudo is required for this step")]
SudoRequired,
#[error("Unknown Linux Distribution")]
#[cfg(target_os = "linux")]
UnknownLinuxDistribution,