From 3649a01ae9bcdb97def05e102fb836c429757dc5 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 7 Nov 2022 18:48:26 +0000 Subject: [PATCH] No unminimize --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9c31083..3165ada 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ cd $MY_PATH python3 "./setup.py" # # Un-minimize this installation -sudo python3 "./unminimize.py" +# sudo python3 "./unminimize.py" # # OK this stuff here is better in bash, and also is specific to setting up # # coder.com instances, so. Add packages that I want in my coder image.