add custom image scripts and update package txt files

This commit is contained in:
mollusk
2018-12-19 03:22:02 -07:00
parent acac699bee
commit 38bdae1b74
20 changed files with 479 additions and 1 deletions

7
remote-rm.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
ssh mollusk@voidbuilds.xyz "rm -fv /var/www/html/x86_64/*.txt"
ssh mollusk@voidbuilds.xyz "rm -fv /var/www/html/x86_64/*.sig"
ssh mollusk@voidbuilds.xyz "rm -fv /var/www/html/x86_64/*.iso"
ssh mollusk@voidbuilds.xyz "echo 'New images are in the process of being synced which takes about 5-10 minutes each, due to upload bandwidth limits.' > /var/www/html/x86_64/SYNCING_NEW_IMAGES.txt"
ssh mollusk@voidbuilds.xyz "echo 'The Gnome images are disabled until further notice due to issues with the login manager on the live system' > /var/www/html/x86_64/NOTICE.txt"