Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 26, 2024
1 parent a0233c8 commit aee06f6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/install_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aee06f6

Please sign in to comment.