25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

postinst 187 B

123456
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. systemctl enable log2ram
  4. echo "##### Reboot to activate log2ram #####"
  5. echo "##### edit /etc/log2ram.conf to configure options ####"