Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cfra/b8a4a8e75e3a44736a04 to your computer and use it in GitHub Desktop.
Save cfra/b8a4a8e75e3a44736a04 to your computer and use it in GitHub Desktop.
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