Created
March 9, 2016 16:08
-
-
Save cfra/b8a4a8e75e3a44736a04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -exec grep -l debian-installer/ {} + | xargs -n 1 sed -i -e 's_debian-installer/_netboot/debian-jessie/_g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment