v1ral_ITS

corrected advcpmv

Apr 30th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz
  2. tar xvJf coreutils-8.21.tar.xz
  3. cd coreutils-8.21/
  4. wget https://raw.githubusercontent.com/schollz/advcpmv/master/advcpmv-0.5-8.21.patch
  5. patch -p1 -i advcpmv-0.5-8.21.patch
  6. ./configure
  7. make
  8. sudo mv ./src/cp /usr/local/bin/cpg
  9. sudo mv ./src/mv /usr/local/bin/mvg
Add Comment
Please, Sign In to add comment