apt-setup: test final custom tuning file.
This commit is contained in:
parent
85821ce930
commit
140ce7a282
2 changed files with 8 additions and 3 deletions
5
helpers/DATA/apt-setup/99deb822-breadcrumb-trim
Executable file
5
helpers/DATA/apt-setup/99deb822-breadcrumb-trim
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue