is the a way to update the host file using composer then package it as .pkg and add it to Casper Imaging.
Thank you.
is the a way to update the host file using composer then package it as .pkg and add it to Casper Imaging.
Thank you.
Best answer by davidacland
Hi @mreaso
If you want to edit an existing line, you can use sed -i '' -e 's/stringtoreplace/stringtoadd/' /path/to/file
If you want to add in a new line you can use echo "stringtoadd" >> /path/to/file
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.