#!/bin/sh
grep 'openSUSE Leap 15.2' /etc/os-release || ( echo "This PREINSTALL.sh is for 'openSUSE Leap 15.2'. Press CTRL-C to abort, ENTER to continue"; read a )
zypper --non-interactive in -y curl tar gzip
zypper --non-interactive install -y curl tar gzip binutils
curl --insecure -L https://github.com/sgreben/http-file-server/releases/download/1.3.3/http-file-server_1.3.3_linux_x86_64.tar.gz | tar xz
