# Make sure this script only run on Ubuntu install
if[ ! -f "/etc/lsb-release"];then
warning "This installer only work on Ubuntu server..."
warning -e "\nThis installer only work on Ubuntu server..."
exit1
else
# Variables
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.