mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +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
|
||||
|
||||
for tool in apt apt-get apt-fast;do
|
||||
rm $prefix/$tool
|
||||
sudo rm -f $prefix/$tool
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user