aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-11-09 09:45:01 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-11-09 09:45:01 +0100
commit1905d8a4c5b7a9494cf05d1b046865d7a2509169 (patch)
tree2a516a749150193bc5013816af7754a52ed18247
parente64352b9dca9401c39b9babee9094534f137646b (diff)
downloadimagefish-1905d8a4c5b7a9494cf05d1b046865d7a2509169.tar.gz
add git-core
-rwxr-xr-xRHEL8-wsl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/RHEL8-wsl.sh b/RHEL8-wsl.sh
index 8a8df30..2b58b17 100755
--- a/RHEL8-wsl.sh
+++ b/RHEL8-wsl.sh
@@ -3,7 +3,7 @@
vers="$1"
name="rhel-${vers}-wsl"
repo="/mort/mirror/rhel/repo/el8/mirror-RHEL-${vers}-BaseOS.repo"
-rpms="-kernel* -microcode_ctl"
+rpms="-kernel* -microcode_ctl git-core"
tar="${IMAGEFISH_DESTDIR-.}/${name}.tar"