OSDN Git Service

message forget
authorkokkiemouse <kokkiemouse@gmail.com>
Thu, 28 May 2020 05:14:15 +0000 (14:14 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Thu, 28 May 2020 05:14:15 +0000 (14:14 +0900)
system/cpp-src/mkalteriso/command_collection.cpp

index 1166cec..b12a798 100644 (file)
@@ -45,6 +45,7 @@ int command_collection::_pacman(QString packages){
     QString command_strkun="pacstrap -C \"" + safe_pacman_conf +"\" -c -G -M \"" +safe_workdir + "/airootfs\" " + packages;
     std::wcout << "Running pacstrap......\n" << command_strkun.toStdWString() << std::endl;
     system(command_strkun.toUtf8().data());
+    std::wcout << "Packages installed successfully!" << std::endl;
     return 0;
 }
 void command_collection::_show_config(show_config_type typekun){