diff options
Diffstat (limited to 'scripts/build/installer_debian-installer')
-rwxr-xr-x | scripts/build/installer_debian-installer | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index f4fb4e70e..3eb16d56f 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -54,11 +54,8 @@ Require_stagefile .build/config .build/bootstrap # Checking stage file Check_stagefile .build/installer_debian-installer -# Checking lock file -Check_lockfile .lock - -# Creating lock file -Create_lockfile .lock +# Aquire lock file +Acquire_lockfile # Checking depends Check_package host /usr/bin/wget wget |