Merge pull request #1198 from jpnurmi/install-deps

Allow calling installdeps.sh from anywhere
This commit is contained in:
Dan Bungert 2022-03-04 10:49:02 -07:00 committed by GitHub
commit c769ae1845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -eux
cd "$(dirname ${BASH_SOURCE:0})/.."
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -o APT::Get::Always-Include-Phased-Updates=true -y dist-upgrade
mkdir -p /etc/systemd/system/zfs-mount.service.d/