mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
refactor: Rename benchmark dir, improve rsync, fix problem stats
This commit is contained in:
parent
a75507980a
commit
4efdc8b4f7
4 changed files with 18 additions and 17 deletions
|
@ -49,11 +49,6 @@ fi
|
|||
|
||||
# Print success message and instructions
|
||||
echo "Docker installation completed successfully!"
|
||||
echo -e "\n*** IMPORTANT: Group changes require a complete session refresh."
|
||||
echo "Please run these commands in sequence:"
|
||||
echo "1. sudo systemctl restart docker"
|
||||
echo "2. exit"
|
||||
echo -e "Then log back in and docker commands should work without sudo\n"
|
||||
|
||||
# Start Docker service
|
||||
echo "Starting Docker service..."
|
||||
|
@ -66,8 +61,3 @@ docker --version
|
|||
|
||||
echo "Docker Compose version:"
|
||||
docker compose version
|
||||
|
||||
echo "Docker service status:"
|
||||
sudo systemctl status docker --no-pager
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue