mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-04 09:18:17 +00:00
7 lines
188 B
Bash
7 lines
188 B
Bash
cd $(dirname $0)
|
|
GITUP=0 GPGSIGN=0 ./build-ubunturepo -c
|
|
mkdir tmplenovobuild
|
|
cd tmplenovobuild
|
|
tar xf /sources/core-debs-snap.tar.bz2
|
|
find . -type f -name *.deb -exec cp {} /prebuilt/ \;
|