Typo ausgebessert

This commit is contained in:
SchiWaGoA 2024-04-12 20:32:17 +00:00
parent 74262e1337
commit 7230667d77

View File

@ -25,7 +25,7 @@ git clone https://git.retronerd.at/schiwagoa/weekly-updater.git /tmp/git/weekly-
cp "/tmp/git/weekly-updater/weekly-updater.sh" "/home/scripts/default/" cp "/tmp/git/weekly-updater/weekly-updater.sh" "/home/scripts/default/"
chmod 755 -R /home/scripts/default chmod 755 -R /home/scripts/default
chmod +x "/home/scripts/default/weekly-updater.sh" chmod +x "/home/scripts/default/weekly-updater.sh"
cat <(crontab -l) <(echo "@weekly /home/scripts/default/weekly-update.v2.sh > /dev/null 2>&1") | crontab - cat <(crontab -l) <(echo "@weekly /home/scripts/default/weekly-updater.sh > /dev/null 2>&1") | crontab -
rm -r /tmp/git/weekly-updater rm -r /tmp/git/weekly-updater
``` ```