add auto-add new citrix version
This commit is contained in:
parent
833f676b09
commit
8ddb8e59ed
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -22,6 +22,9 @@ push:
|
||||||
pull:
|
pull:
|
||||||
@. ~/.bash_ssh
|
@. ~/.bash_ssh
|
||||||
git pull
|
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:
|
ci:
|
||||||
git commit -m"updates from makefile" --all
|
git commit -m"updates from makefile" --all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue