diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 15:00:23 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 15:00:23 -0500 | 
| commit | 737ca87de72779af8a1b194a3c64c7450eeaacbd (patch) | |
| tree | aa942f6f185519192b1d0ab9a2e46118a243a7fa | |
| parent | 1fa390a4bf933d301a9e3d756497da5d2436395f (diff) | |
oops
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ GUIVERSION = $(shell git describe --tags)  BUILDTIME = $(shell date +%s)  all: goimports vet build -	cp ~/.config/mirrors/config.text . +	# cp ~/.config/mirrors/config.text .  	rm -f ~/go/bin/mirrors -	./mirrors newest +	./mirrors --version  find:  	find /var/lib/apt/lists/mi* /home/mirrors/wit/dists -type f |xargs ls -l  | 
