@@ -11,6 +11,7 @@ for service in "./services"/*/; do
# Run install.sh if installing for the first time (if $1 is "install")
if["$1"="install"]&&[ -f "install.sh"];then
read -n 1 -s -r -p "Press any key to install $service..."
source ./install.sh
fi
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.