mirror of
https://github.com/ivabus/asahi-opensuse
synced 2024-11-10 02:05:14 +03:00
9 lines
142 B
Bash
9 lines
142 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# This script clones & builds all RPMs that are used in repository.
|
||
|
|
||
|
# Build kernel
|
||
|
sh 01_build_kernel.sh
|
||
|
|
||
|
# sh 02_build_m1n1.sh
|