Skip to content

Instantly share code, notes, and snippets.

View globaldialers's full-sized avatar
🏠
Working from home

globaldialers

🏠
Working from home
View GitHub Profile
#!/bin/bash
unknown_os ()
{
echo "Unfortunately, your operating system distribution and version are not supported by this script."
echo "Please email support@packagecloud.io and we will be happy to help."
exit 1
}
curl_check ()