1 コミット

作成者 SHA1 メッセージ 日付
f605983129 Fix derp and make apt-get noisier 2020-04-26 23:20:47 -04:00

ファイルの表示

@@ -826,6 +826,8 @@ EOF"
if [[ $? -ne 0 || ! -f "$_mcrpm" ]]; then
err "Build failed. Exiting..."
exit 1
else
echo "Build successful. The RPM file is located at: $_mcrpm"
fi
fi
}