mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix sed in the readme
This commit is contained in:
parent
e9aaa408a0
commit
00b1092769
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ We need to change the architecture of the metadata:
|
|||
|
||||
```
|
||||
tar xJf lxd.tar.xz
|
||||
sed '0,/architecture: armhf/architecture: amd64/' metadata.yaml
|
||||
sed -i '0,/architecture: armhf/s//architecture: amd64/' metadata.yaml
|
||||
tar cJf lxd.tar.xz metadata.yaml templates
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue