Исправлены команды

pull/20/head
Igor Belitskiy 3 years ago
parent 1539e9ac2d
commit ea4de9cbbf

@ -124,8 +124,8 @@ void me_thread(string cmd);
#define all_remove "ubconfig --noexecute set/remove boot "
#define global_save "ubconfig --target global --noexecute set boot "
#define system_save "ubconfig --target system --noexecute set boot "
#define global_remove "ubconfig --target global --noexecute set/remove boot "
#define system_remove "ubconfig --target system --noexecute set/remove boot "
#define global_remove "ubconfig --target global --noexecute remove boot "
#define system_remove "ubconfig --target system --noexecute remove boot "
#define link_doc "https://wiki.ublinux.com/ru/Программное_обеспечениерограммы_и_утилиты/Все/ubl-settings-bootloader"
#define cmd_xdg "xdg-open "
#define cmd_execute "su -l %s -c \" DISPLAY=$DISPLAY %s \""

Loading…
Cancel
Save