Compare commits

..

No commits in common. '1e13c385fe286ae967c9c9e03dbbe391837849f1' and 'ffff9b83b2b6b3c3e1e7eaae5b3a337446ae3443' have entirely different histories.

@ -54,7 +54,7 @@ dependencies() {
for i in $DISTRO; do
echo "# Checking dependencies for \"$i\""
case $i in
*arch*|*manjaro*|*artix*|*SteamOS*)
*arch*|*manjaro*|*artix*)
MANAGER_QUERY="pacman -Q"
MANAGER_INSTALL="pacman -S"
DEPS="{${DEPS_ARCH}}"

@ -86,7 +86,7 @@ std::string Shell::exec(std::string cmd) {
void Shell::writeCommand(const std::string& command) {
if (write(to_shell[1], command.c_str(), command.length()) == -1)
SPDLOG_ERROR("Failed to write to shell");
SPDLOG_ERROR("Failed exit shell");
}
Shell::~Shell() {

Loading…
Cancel
Save