From cd5eeeeacd78544203c3e6e65dcaab25ec4a965b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 7 May 2024 12:29:18 -0500 Subject: Add xsync script --- hooks/pre-up/void | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 hooks/pre-up/void (limited to 'hooks/pre-up') diff --git a/hooks/pre-up/void b/hooks/pre-up/void new file mode 100755 index 0000000..72f1c42 --- /dev/null +++ b/hooks/pre-up/void @@ -0,0 +1,11 @@ +#!/bin/bash + +# We'll use xpkg from xtools to find installable packages +if ! [ -x "$(command -v xpkg)" ]; then + sudo xbps-install xtools +fi + +# Set up file sync +if [ ! -f ~/repository.list ]; then + xpkg -m > ~/repository.list +fi \ No newline at end of file -- cgit v1.2.3