add custom image scripts and update package txt files
This commit is contained in:
7
remote-rm.sh
Executable file
7
remote-rm.sh
Executable 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"
|
||||
Reference in New Issue
Block a user