Merge branch 'main' of git.sr.ht:~marcuskammer/cloudinit

This commit is contained in:
Marcus Kammer 2024-04-02 22:55:45 +02:00
commit 303aec3da8

View file

@ -531,7 +531,6 @@ write_files:
# Extract it # Extract it
# tar -xjf sbcl-2.3.10-source.tar.bz2 # tar -xjf sbcl-2.3.10-source.tar.bz2
git clone --branch sbcl-2.4.2 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl git clone --branch sbcl-2.4.2 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl
# Change into the directory # Change into the directory
cd sbcl cd sbcl
# Compile and install # Compile and install