Skip to content

v0.1.0 — IA inscription loop

Latest

Choose a tag to compare

@xAlisher xAlisher released this 08 Jun 05:44

Internet Archive inscription loop — full end-to-end working.

Install

Download both LGX files and install via lgpm:

lgpm=$(find /nix/store -name lgpm -path "*/logos-package-manager-cli-*/bin/lgpm" 2>/dev/null | head -1)
MDIR=~/.local/share/Logos/LogosBasecamp/modules
PDIR=~/.local/share/Logos/LogosBasecamp/plugins

rm -rf $MDIR/keeper
$lgpm --modules-dir $MDIR --ui-plugins-dir $PDIR --allow-unsigned install --file logos-keeper-module-lib-lgx-0.1.0.lgx

rm -rf $PDIR/keeper_ui
$lgpm --modules-dir $MDIR --ui-plugins-dir $PDIR --allow-unsigned install --file logos-keeper_ui-module-lgx-0.1.0.lgx

Dependencies

Requires: stash, logos_beacon, logos_cord, logos_keycard, liblogos_zone_sequencer_module

See README for full setup.