run remove mocks as root

This commit is contained in:
Sergey Dolin
2020-10-27 13:05:31 +05:00
parent 002a944511
commit 76f57f69f2

View File

@@ -1,7 +1,7 @@
#!/bin/bash -e
#!/bin/bash -e
set -x
prefix=/usr/local/bin
for tool in apt apt-get apt-fast;do
rm $prefix/$tool
sudo rm -f $prefix/$tool
done