aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"