mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
No need to build base image locally anymoar
This commit is contained in:
parent
1a8ca9d37a
commit
ab959a6156
1 changed files with 1 additions and 4 deletions
|
@ -83,14 +83,11 @@ lxc remote add yunohost https://devbaseimgs.yunohost.org --public
|
||||||
|
|
||||||
(At the time this README is written, fingerprint is d9ae6e76c374e3c58c3c20a881cffe7435809adb3b222ec393805f5bd01bb522 )
|
(At the time this README is written, fingerprint is d9ae6e76c374e3c58c3c20a881cffe7435809adb3b222ec393805f5bd01bb522 )
|
||||||
|
|
||||||
Then you can :
|
Then you can install package check :
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/YunoHost/package_check
|
git clone https://github.com/YunoHost/package_check
|
||||||
cd package_check
|
cd package_check
|
||||||
|
|
||||||
# Build the base image with pre-installed yunohost (this will take some time!)
|
|
||||||
./build_base_lxc.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then test your packages :
|
Then test your packages :
|
||||||
|
|
Loading…
Add table
Reference in a new issue