File: 20install-hwpackages

package info (click to toggle)
hw-detect 1.107
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,496 kB
  • sloc: sh: 1,306; makefile: 98; ansic: 39
file content (9 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#! /bin/sh
set -e

apt-install discover || true
if [ -x /target/sbin/discover-pkginstall ]; then
	DI_PROGRESS_BAR_VISIBLE=1
	export DI_PROGRESS_BAR_VISIBLE
	in-target discover-pkginstall
fi