From d85a175989d825c817df2486005b67ef4854c3fa Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 20:46:31 -0400 Subject: [PATCH] Fixed `contrib.sources` not writing to correct path. Changed `tee`'s redirection from `&>` to `1>` --- partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partition.sh b/partition.sh index 346b19d..3324169 100755 --- a/partition.sh +++ b/partition.sh @@ -41,7 +41,7 @@ fi if [[ "${ID}" == 'debian' ]]; then if [[ ! "${HOST}" == "debian-live" ]]; then - cat << EOF | tee /mnt/etc/apt/sources.list.d/contrib.sources &> /dev/null + cat << EOF | tee /etc/apt/sources.list.d/contrib.sources 1> /dev/null Enabled: yes Types: deb URIs: http://deb.debian.org/debian/