I'm trying to run .sh script to check if aws-azure-login is installed or not and install it if it's not installed.
any ideas would be appreciated!
I'm trying to run .sh script to check if aws-azure-login is installed or not and install it if it's not installed.
any ideas would be appreciated!
There is already many commands that let you find packages, such as 'which' and 'find'. You can check using those commands.