#!/bin/sh groupdel flutterusers printf "$(tput setaf 4)If you had added/modified files or permissions in folder /opt/flutter is possible you need to delete it manually.$(tput sgr0)\n" printf "$(tput setaf 2)rm -rf /opt/flutter$(tput sgr0)\n"