source: trunk/debirf/fs/usr/share/debirf/plugins/install-udev @ 771

Last change on this file since 771 was 771, checked in by jrollins, 5 years ago

debirf: very small change to install-udev script

  • Property svn:executable set to *
File size: 356 bytes
Line 
1#!/bin/bash
2
3# debirf plugin: install-udev
4# install udev
5# variables:
6#
7# The debirf scripts were written by
8# Jameson Rollins <jrollins@fifthhorseman.net>
9# and
10# Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
11#
12# They are Copyright 2007, and are all released under the GPL, version 2
13# or later.
14
15debirf_exec apt-get --assume-yes install udev
Note: See TracBrowser for help on using the repository browser.