mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-06 00:13:37 +01:00
7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/sh
|
|
|
|
umask 022
|
|
/usr/bin/appstreamcli refresh-cache --force
|
|
|
|
exit 0
|