diff --git a/crystal/airootfs/etc/buildstamp b/crystal/airootfs/etc/buildstamp index a8cd900..e2770e4 100644 --- a/crystal/airootfs/etc/buildstamp +++ b/crystal/airootfs/etc/buildstamp @@ -1 +1 @@ -Built on 05/10/21 @ 23:54:26 EST +Built on 05/11/21 @ 18:20:53 EST diff --git a/upload_iso.sh b/upload_iso.sh new file mode 100755 index 0000000..463fdba --- /dev/null +++ b/upload_iso.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +if [[ "$1" == "" ]]; then + printf "Filename: " + read FN +else + FN="$1" +fi + +scp $FN crystalux@salyut.one:public_html/isos/. +ssh crystalux@salyut.one "ln -sf public_html/isos/$FN public_html/isos/latest" \ No newline at end of file