Update 98-script-setup.bash

pull/226/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 26ae35a67b
commit f62c5987a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,6 +37,11 @@ chmod -R 777 /root
echo "Setting up scripts..."
echo "Downloading and setting up QueueCleaner.bash"
if [ -f "/etc/services.d/QueueCleaner.bash" ]; then
echo "Removing old script, QueueCleaner.bash"
rm "/etc/services.d/QueueCleaner.bash"
fi
echo "Downloading and setting up QueueCleaner.bash"
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/QueueCleaner.bash" -o "/etc/services.d/QueueCleaner.bash"
chmod 777 "/etc/services.d/QueueCleaner.bash"
echo "Complete..."

Loading…
Cancel
Save