mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
set -eu
|
||
|
|
||
|
echo "Removing apt cache"
|
||
|
rm -R /root/*
|
||
|
rm -R /var/lib/apt/ /var/log/apt/
|