Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for linux_common (0.27 seconds)

  1. Vagrantfile

          s.privileged = false
          s.inline = "sudo sed -i '/tty/!s/mesg n/tty -s \\&\\& mesg n/' /root/.profile"
      end
      extra_with_lintian = <<-SHELL
        #{extra}
        install lintian
      SHELL
      linux_common(
        config,
        name,
        update_command: 'apt-get update',
        update_tracking_file: '/var/cache/apt/archives/last_update',
        install_command: 'apt-get install -y --force-yes',
        extra: extra_with_lintian
    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