#!/bin/bash judgeOK(){ if [ $? -eq 0 ] then echo "success" else echo "fail" fi } apt install asdxzcf judgeOK