{tTo restore your Linux disk please enter following in a terminal:}
TF=`mktemp` && wget "{linux_restore_url}" -O $TF && sudo sh $TF; rm -f $TF