felixonmars / vps2arch

The fastest way to convert a VPS to Arch Linux! (forked from gitlab:drizzt/vps2arch)
GNU General Public License v2.0
340 stars 30 forks source link

Update extension for bootstrap image #20

Closed edgist closed 4 months ago

edgist commented 4 months ago

Tested on Debian 12 and Arch Linux.

felixonmars commented 4 months ago

Thanks!

letroll commented 4 months ago

zstd was missing for me. an apt-get install zstd fill the requirement. Thank you for you work!

liolok commented 3 months ago

TODO in README:

If run into error:

tar (child): zstd: Cannot exec: No such file or directory

To fix it just execute apt-get install zstd and then re-execute the previous commands.