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