mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
9 lines
218 B
Bash
Executable File
9 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source "$(dirname "$0")/common-8"
|
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
|
bash produce-8-lookahead.sh
|
|
bash updates-8-devel-lookahead.sh
|
|
bash updates-8-extras-lookahead.sh
|
|
bash updates-8-plus-lookahead.sh
|