Fix apt
This commit is contained in:
@@ -71,7 +71,7 @@ impl PackageManager {
|
|||||||
update: ("apt".to_string(), Some("update".to_string())),
|
update: ("apt".to_string(), Some("update".to_string())),
|
||||||
cache_clear: ("apt".to_string(), Some("clean".to_string())),
|
cache_clear: ("apt".to_string(), Some("clean".to_string())),
|
||||||
complete_cache_clear: ("apt-get".to_string(), Some("autoclean".to_string())),
|
complete_cache_clear: ("apt-get".to_string(), Some("autoclean".to_string())),
|
||||||
exe: PathBuf::from("/bin/apt"),
|
exe: PathBuf::from("/usr/bin/apt"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user