File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22
33set -xeuo pipefail
44
5- # Example of how you start customizing the image
5+ # Start customizing your image here
66
7- dnf install -y ' dnf-command(config-manager)'
8- dnf config-manager --set-enabled crb
7+ # Examples:
8+ # dnf install -y 'dnf-command(config-manager)'
9+ # dnf config-manager --set-enabled crb
910
10- if [[ " ${VARIANT} " == " gnome" ]]; then
11- echo " Installing gnome"
12- elif [[ " ${VARIANT} " == " kde" ]]; then
13- echo " Installing kde"
14- else
15- echo " Neutral variant"
16- fi
11+ echo " Hello, Atomic AlmaLinux respin world!."
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
4+
35set -xeuo pipefail
46
57CONTEXT_PATH=" $( realpath " $( dirname " $0 " ) /.." ) " # should return /ctx
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
4+
35set -xeuo pipefail
46
57# This may help us get some usage stats through countme data.
You can’t perform that action at this time.
0 commit comments