mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 16:31:30 +00:00
5 lines
60 B
Bash
5 lines
60 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
# clean up apt cache
|
|
sudo apt-get clean
|