trisquel-icecat/icecat/taskcluster/docker/recipes/ubuntu2404-test-system-setup.sh
2025-10-06 02:35:48 -06:00

10 lines
124 B
Bash

#!/usr/bin/env bash
set -ve
test "$(whoami)" == 'root'
# Cleanup
cd /
rm -rf /setup ~/.ccache ~/.cache ~/.npm
rm -f "$0"