diff --git a/justfile b/justfile index 3822e79..36a8e8f 100644 --- a/justfile +++ b/justfile @@ -1,9 +1,6 @@ # vim: set ft=make : root := `pwd` -setup-ubuntu: - sudo apt install fuse3 pandoc - # Build static website build: tup build