run remove mocks as root

This commit is contained in:
Sergey Dolin
2020-10-30 01:01:35 +05:00
parent 002a944511
commit 76f57f69f2
+3 -3
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