Version 20231108.01. Do not install utf8 with luarocks, this is now in base parent image.

master
arkiver 6 months ago
parent 388e4325c5
commit 9c9b59dafd

@ -72,7 +72,7 @@ if not WGET_AT:
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20231102.01'
VERSION = '20231108.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 100

@ -1,6 +0,0 @@
#!/bin/bash
echo "Installing lua-utf8..."
sudo luarocks install utf8 || exit 1
exit 0
Loading…
Cancel
Save