diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 10:30:22 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-11-05 10:30:22 +0100 |
commit | 11295b8c20a672395afbc791f9ef378d0a80bef7 (patch) | |
tree | 8fba9fc69cf186e4c4c3dc483dba8376fa6dca2d /Fedora-wsl.sh | |
parent | 10c3a98696f04b48afeb423944e96c34441d2c8f (diff) | |
download | imagefish-11295b8c20a672395afbc791f9ef378d0a80bef7.tar.gz |
common setup script
Diffstat (limited to 'Fedora-wsl.sh')
-rwxr-xr-x | Fedora-wsl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Fedora-wsl.sh b/Fedora-wsl.sh index c15e992..72a6222 100755 --- a/Fedora-wsl.sh +++ b/Fedora-wsl.sh @@ -1,8 +1,8 @@ #!/bin/sh -vers="${1-30}" +source Fedora-setup.sh + name="fedora-${vers}-wsl" -repo="repos/fedora-${vers}-$(sh basearch.sh).repo" rpms="strace git" tar="${IMAGEFISH_DESTDIR-.}/${name}.tar" |