Sync push
This commit is contained in:
parent
af2ceb5e24
commit
4fcd89effd
3 changed files with 32 additions and 34 deletions
|
|
@ -4,7 +4,7 @@ detect_package_manager() {
|
|||
if [[ -f /etc/os-release ]]; then
|
||||
source /etc/os-release
|
||||
case "$ID" in
|
||||
arch|manjaro|endeavouros|garuda)
|
||||
arch|manjaro|endeavouros|garuda|cachyos)
|
||||
echo "pacman"
|
||||
;;
|
||||
ubuntu|debian|linuxmint)
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ namespace dragon
|
|||
else
|
||||
out.fg(ostd::ConsoleColors::Blue);
|
||||
out.p(instHead.cpp_str());
|
||||
out.reset().reset();
|
||||
out.reset();
|
||||
colorizeInstructionBody(instBody, currentLine, labelList);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
#include <ostd/File.hpp>
|
||||
#include <ostd/Serial.hpp>
|
||||
|
||||
#include "../tools/Utils.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace dragon
|
||||
|
|
|
|||
Loading…
Reference in a new issue