mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
run remove mocks as root
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
set -x
|
||||||
prefix=/usr/local/bin
|
prefix=/usr/local/bin
|
||||||
|
|
||||||
for tool in apt apt-get apt-fast;do
|
for tool in apt apt-get apt-fast;do
|
||||||
rm $prefix/$tool
|
sudo rm -f $prefix/$tool
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user