Replace source calls.

master
Icedream 2018-02-17 20:31:58 +01:00
parent 7e854674b4
commit 83ca618251
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ fi
if [ -f /etc/os-release ]; then
(
source /etc/os-release
. /etc/os-release
add_tag "os:${ID}"
if [ ! -z "${ID_LIKE}" ]; then
add_tag "os_like:${ID_LIKE}"

View File

@ -1,6 +1,6 @@
#!/bin/sh
source ./os.sh
. ./os.sh
apt_install() {
DEBIAN_FRONTEND="noninteractive" apt-get install -y "$@"