mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
6 lines
49 B
Bash
6 lines
49 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
ulimit -n 100000
|
|
exec updatedb
|