From 1379092e23b2a0297e3520f1540053b5e6d3a8f5 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 21 Mar 2023 12:39:23 -0700 Subject: [PATCH 1/2] test --- forge/forge-1.19.3/files/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/forge-1.19.3/files/Install_Script.sh b/forge/forge-1.19.3/files/Install_Script.sh index 3445ff0..9269929 100644 --- a/forge/forge-1.19.3/files/Install_Script.sh +++ b/forge/forge-1.19.3/files/Install_Script.sh @@ -3,7 +3,7 @@ # All rights reserved Xvfb :0.0 & -export DISPLAY=:0.0 +export DISPLAY=Debian:0.0 # Variables. echo " " From e008f65e2c3a61e3bc4399d806eaa42991c22e4c Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 21 Mar 2023 12:40:08 -0700 Subject: [PATCH 2/2] test --- forge/forge-1.19.3/files/Install_Script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/forge/forge-1.19.3/files/Install_Script.sh b/forge/forge-1.19.3/files/Install_Script.sh index 9269929..31d5b45 100644 --- a/forge/forge-1.19.3/files/Install_Script.sh +++ b/forge/forge-1.19.3/files/Install_Script.sh @@ -2,6 +2,7 @@ # Copyright (c) 2022 fithwum # All rights reserved +# Display setup Xvfb :0.0 & export DISPLAY=Debian:0.0