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

6 lines
73 B
Text
Raw Normal View History

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