#!/bin/bash xbps-install -Su if [ $? = 0 ];then echo "Success!" elif [ $? = 1 ];then echo "Nothing to see here" fi