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 2795966 commit f35f493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ echo "PATH=$PATH" >> /etc/profile
# Set default initializer if unavailable
if [ ! -f /init ]
then {
echo "sh" > /init
echo "#!/bin/bash" > /init
echo "julia" >> /init
chmod +x /init
}
fi

0 comments on commit f35f493

Please sign in to comment.