This commit is contained in:
Beefki 2017-10-13 12:34:12 -05:00
parent d1fbeea1df
commit 47c00435e6

View File

@ -71,7 +71,7 @@ impl PackageManager {
update: ("apt".to_string(), Some("update".to_string())),
cache_clear: ("apt".to_string(), Some("clean".to_string())),
complete_cache_clear: ("apt-get".to_string(), Some("autoclean".to_string())),
exe: PathBuf::from("/bin/apt"),
exe: PathBuf::from("/usr/bin/apt"),
}
}