#!/bin/sh
grep 'openSUSE Leap 15.3' /etc/os-release || ( echo "This PREINSTALL.sh is for 'openSUSE Leap 15.3'. 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
