package-pipelines-miscellan.../repo.s3lph.me-apt-source/debian.postinst

5 lines
73 B
Bash
Executable file

#!/bin/bash
if [[ "$1" == "configure" ]]; then
apt update || true
fi