diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 09:45:01 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-09 09:45:01 +0100 |
commit | 1905d8a4c5b7a9494cf05d1b046865d7a2509169 (patch) | |
tree | 2a516a749150193bc5013816af7754a52ed18247 | |
parent | e64352b9dca9401c39b9babee9094534f137646b (diff) | |
download | imagefish-1905d8a4c5b7a9494cf05d1b046865d7a2509169.tar.gz |
add git-core
-rwxr-xr-x | RHEL8-wsl.sh | 2 |
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" |