Last active
May 23, 2022 20:12
-
-
Save DavidMoraisFerreira/06f58cf54206086b4d9438b4da7de87b to your computer and use it in GitHub Desktop.
required packages for running osm-revert-scripts
This file contains hidden or 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
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