Skip to content

Instantly share code, notes, and snippets.

View sidewinder040's full-sized avatar
🙂

Mark Crouch sidewinder040

🙂
  • Bedfordshire, England
View GitHub Profile
@sidewinder040
sidewinder040 / update-isos.sh
Last active August 7, 2020 17:10
Daily ISO Updater for Ubuntu Desktop and Derivatives
#! /bin/bash
# M. Crouch 09/03/2020 - Inspiration by Popey Youtube channel
# Command Arg: Date string eg. 20200309
# Refer to http://iso.qa.ubuntu.com/qatracker/milestones/408/builds for date string
# Check for argument
if [ "$1" == "" ]
then
echo "You must provide the date of the image."
echo "I.e <20200309>"