From 8a84b115036719b2f858708beee494decdb7a679 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Tue, 19 Nov 2024 15:45:15 +0100 Subject: [PATCH] remove ubuntu setup --- justfile | 3 --- 1 file changed, 3 deletions(-) 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