Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for update_tracking_file (0.09 seconds)

  1. Vagrantfile

        }
    
        install() {
          # Only apt-get update if we haven't in the last day
          if [ ! -f #{update_tracking_file} ] || [ "x$(find #{update_tracking_file} -mtime +0)" == "x#{update_tracking_file}" ]; then
            echo "==> Updating repository"
            #{update_command} || true
            touch #{update_tracking_file}
          fi
          echo "==> Installing $1"
          if [ #{install_command_retries} -eq 0 ]
          then
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
Back to Top