mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 09:32:37 +01:00
- Remove unneeded space & empty line.
This commit is contained in:
@@ -11,13 +11,13 @@ To use this overlay follow those steps
|
|||||||
- First you need to install layman
|
- First you need to install layman
|
||||||
|
|
||||||
```
|
```
|
||||||
# emerge -av app-portage/layman
|
# emerge -av app-portage/layman
|
||||||
```
|
```
|
||||||
|
|
||||||
- Add sunny-overlay's layman configuration
|
- Add sunny-overlay's layman configuration
|
||||||
|
|
||||||
```
|
```
|
||||||
# cat << EOF > /etc/layman/overlays/sunny-overlay.xml
|
# cat << EOF > /etc/layman/overlays/sunny-overlay.xml
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<repositories version="1.0">
|
<repositories version="1.0">
|
||||||
<repo priority="50" quality="experimental" status="unofficial">
|
<repo priority="50" quality="experimental" status="unofficial">
|
||||||
@@ -30,19 +30,18 @@ To use this overlay follow those steps
|
|||||||
<source type="git">git://github.com/dguglielmi/sunny-overlay.git</source>
|
<source type="git">git://github.com/dguglielmi/sunny-overlay.git</source>
|
||||||
</repo>
|
</repo>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
- Fetch & display a list of all the overlays
|
- Fetch & display a list of all the overlays
|
||||||
|
|
||||||
```
|
```
|
||||||
# layman -L
|
# layman -L
|
||||||
```
|
```
|
||||||
|
|
||||||
- Finally add sunny-overlay
|
- Finally add sunny-overlay
|
||||||
|
|
||||||
```
|
```
|
||||||
# layman -a sunny-overlay
|
# layman -a sunny-overlay
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user