Add patch_sudo.sh

This commit is contained in:
2021-02-08 11:18:30 +00:00
parent c480e7c4e0
commit 146a066cec

7
patch_sudo.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
apt install -y build-essential
wget https://www.sudo.ws/dist/sudo-1.9.5p2.tar.gz
tar xvzf sudo-1.9.5p2.tar.gz
cd sudo-1.9.5p2
./configure
make && sudo make install