mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
add apt-mock-remove script
This commit is contained in:
7
images/linux/scripts/base/apt-mock-remove.sh
Normal file
7
images/linux/scripts/base/apt-mock-remove.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
prefix=/usr/local/bin
|
||||
|
||||
for tool in apt apt-get apt-fast;do
|
||||
rm $prefix/$tool
|
||||
done
|
||||
Reference in New Issue
Block a user