i thought i had finally memorized the order for ln. apparently not.

This commit is contained in:
askiiart 2024-10-02 10:34:16 -05:00
parent 762d310bb6
commit c0c76696ae
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -24,4 +24,4 @@ if [ $(($num - 3)) -ge 1 ]; then
rm -rf $(find . -mindepth 1 -maxdepth 1 -name 'blendOS-*' -type d | tail -n $(($num - 3)))
fi
ln -sf /iso/latest/ $(find . -mindepth 1 -maxdepth 1 -name 'blendOS-*' -type d | head -n 1)
ln -sf $(find . -mindepth 1 -maxdepth 1 -name 'blendOS-*' -type d | head -n 1) /iso/latest/