$ rm -rf 'find . -type d -name .svn'
find . -iname ".svn" -print0 | xargs -0 rm -r
sudo apt update && sudo apt install systemd-timesyncd && sudo systemctl enable --now systemd-timesyncd
No comments:
Post a Comment