mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
.gitlab: fix /etc/alpine-release returning permission denied
Since the other 2 code blocks are commands some people may think that they should execute /etc/alpine-release instead of pasting it's content. Use cat(1) to make that clear. Ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/16228
This commit is contained in:
parent
b59e0826a9
commit
19e27ead4d
@ -15,7 +15,7 @@ For other components, separate issue trackers exist:
|
||||
|
||||
* Package name: *Enter the apk package name*
|
||||
* Package version: *Version as obtained by `apk info`*
|
||||
* Alpine version: *Alpine version from `/etc/alpine-release`*
|
||||
* Alpine version: *Alpine version from `cat /etc/alpine-release`*
|
||||
* Alpine architecture: *Architecture obtained via `apk --print-arch`*
|
||||
|
||||
## Summary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user