From aee06f66faabde25960d0e01c307d26e7ab64f03 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 26 Mar 2024 13:20:03 +0100 Subject: [PATCH] Update --- scripts/install_sysdeps.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/install_sysdeps.sh b/scripts/install_sysdeps.sh index 5e162ea..f757f4a 100644 --- a/scripts/install_sysdeps.sh +++ b/scripts/install_sysdeps.sh @@ -54,12 +54,3 @@ rm -rf /var/lib/apt/lists/* quarto-"${ARCH}".deb echo "LC_ALL=$LC_ALL" >> /etc/profile echo "PATH=$PATH" >> /etc/profile - -# Set default initializer if unavailable -if [ ! -f /init ] -then { - echo "#!/bin/bash" > /init - echo "julia" >> /init - chmod +x /init -} -fi