mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Fix linter
This commit is contained in:
parent
f70067c570
commit
4a3837374f
@ -10,7 +10,7 @@ rm -rf /tmp/buildroot-new
|
||||
mkdir -p /tmp/buildroot-new
|
||||
|
||||
echo "Download new buildroot"
|
||||
curl -L https://buildroot.org/downloads/buildroot-${1}.tar.bz2 \
|
||||
curl -L "https://buildroot.org/downloads/buildroot-${1}.tar.bz2" \
|
||||
| tar xvpjf - --strip 1 -C /tmp/buildroot-new
|
||||
|
||||
echo "Install patches"
|
||||
|
Loading…
x
Reference in New Issue
Block a user