Add support for routines; state messages
This commit is contained in:
@@ -8,7 +8,7 @@ class APTManager extends PackageManager {
|
||||
_command_clear_cache = 'apt-get clean'
|
||||
_command_count_installed = 'dpkg --list | wc -l'
|
||||
_command_count_available = 'apt-cache pkgnames | wc -l'
|
||||
_command_add_repo = `add-apt-repository '%%URI%%`
|
||||
_command_add_repo = `add-apt-repository '%%URI%%'`
|
||||
_command_preflight = 'apt-get update'
|
||||
|
||||
_status_keymap = {
|
||||
|
||||
Reference in New Issue
Block a user