Skip to content

Instantly share code, notes, and snippets.

@DavidMoraisFerreira
Last active May 23, 2022 20:12
Show Gist options
  • Save DavidMoraisFerreira/06f58cf54206086b4d9438b4da7de87b to your computer and use it in GitHub Desktop.
Save DavidMoraisFerreira/06f58cf54206086b4d9438b4da7de87b to your computer and use it in GitHub Desktop.
required packages for running osm-revert-scripts
git clone https://github.com/woodpeck/osm-revert-scripts.git
cd osm-revert-scripts
sudo zypper install perl perl-libwww-perl perl-File-HomeDir perl-LWP-Protocol-https
xargs -a nodes.txt -I{} -d'\n' perl redaction.pl apply XXX node {} "XXX"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment