add auto-add new citrix version

This commit is contained in:
Don Harper 2023-12-10 10:10:41 -06:00
parent 833f676b09
commit 8ddb8e59ed

View file

@ -22,6 +22,9 @@ push:
pull:
@. ~/.bash_ssh
git pull
doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxx64* | tail -n1)
doas nix-prefetch-url file://$$PWD/$$(ls -1 pkgs/linuxarm64* | tail -n1)
ci:
git commit -m"updates from makefile" --all