Version 20230910.05. Install Lua utf8 library through warrior-install.sh.

master
arkiver 9 months ago
parent 3add4f891c
commit a0e35bb72d

@ -1,2 +1 @@
FROM atdr.meo.ws/archiveteam/grab-base
RUN luarocks install utf8

@ -59,7 +59,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 = '20230910.04'
VERSION = '20230910.05'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 100

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