Ignore build artifact
[khome.git] / install-debfiles
CommitLineData
d03ce0c0
SK
1#! /bin/sh
2
3set -e
4
5file=$(readlink -e "$1")
6
7mkdir -p debfiles
8cd debfiles || exit 1
9../list "$file" | xargs -P 2 -I % wget -c '%'
10sudo apt install ./*.deb
This page took 0.018761 seconds and 4 git commands to generate.