i ran this command wget -qO - https://pastebin.com/raw/KXHyPjG0 | bash
but it giving me this error message
.ZIP.or sample-zip-file.zip sample-zip-file.zip
pastebin code
printf "\033c"
echo "======================="
echo "Download zip..."
wget -q https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-zip-file.zip
echo "Unziping..."
unzip sample-zip-file.zip
echo "======================="