#!/bin/bash
# 

TIME_STAMP="$(date +%d.%m.%Y-%H.%M)"

wget -O firmware_${TIME_STAMP}.zip https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/stable/current/firmware.zip 

