mirror of
https://github.com/t2linux/fedora.git
synced 2026-04-30 13:51:42 -07:00
7 lines
167 B
Bash
7 lines
167 B
Bash
#!/usr/bin/bash
|
|
|
|
git clone --recurse-submodules https://github.com/t2linux/fedora t2-fedora
|
|
cd t2-fedora/kernel || exit
|
|
export sourcedir="$COPR_RESULTDIR"
|
|
./kernel.sh
|