mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
9 lines
262 B
Bash
9 lines
262 B
Bash
#!/bin/sh
|
|
|
|
cat << __EOF__
|
|
* apk-polkit-rs should be running for the service to be available for
|
|
* GNOME Software. Please run:
|
|
* "rc-update add apk-polkit-server default && rc-service apk-polkit-server start"
|
|
* if you want GNOME Software to work with APK
|
|
__EOF__
|