mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-17 23:36:44 +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