ASInstaller/package_images.sh

9 lines
161 B
Bash
Raw Normal View History

2023-04-11 14:43:40 +08:00
#/sbin/bin
. /root/miniconda3/etc/profile.d/conda.sh
conda activate
rm -rf /target/tmp
rm -rf /target/var/cache/*
cd /target && tar -caf /data/rootfs.tar.xz .