@@ -3,6 +3,7 @@ if command -v uv &> /dev/null; then
echo"uv installed"
else
echo"uv not installed. Install it via \"dnf install uv\" or \"apt install uv\" !" >&2
exit1
fi
uv venv
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.