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 b449ac7 commit a0233c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ echo "PATH=$PATH" >> /etc/profile
if [ ! -f /init ]
then {
echo "#!/bin/bash" > /init
echo "julia" >> /init
chmod +x /init
}
fi

0 comments on commit a0233c8

Please sign in to comment.