apt-setup: test final custom tuning file.

This commit is contained in:
Ark74 2025-08-26 00:27:24 -06:00
parent 85821ce930
commit 140ce7a282
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
LEGACY_SF=/target/etc/apt/sources.list
# If first line is empy / only spaces, delete it.
sed -i '1{/^[[:space:]]*$/d;}' "$LEGACY_SF"