mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 05:17:11 +08:00
Rename IsIntalled -> IsPackageInstalled
This commit is contained in:
@@ -12,7 +12,7 @@ PACKAGE=build-essential
|
||||
|
||||
# Test to see if the software in question is already installed, if not install it
|
||||
echo "Checking to see if the installer script has already been run"
|
||||
if ! IsInstalled $PACKAGE; then
|
||||
if ! IsPackageInstalled $PACKAGE; then
|
||||
echo "Installing $PACKAGE"
|
||||
apt-get install -y --no-install-recommends $PACKAGE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user