From 8de953655fbbec214c377ee80595678b2c961ae6 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 15:48:17 -0300 Subject: [PATCH] initial commit --- DEBIAN/control | 8 ++++---- DEBIAN/postinst | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DEBIAN/control b/DEBIAN/control index 70cc77a..621d59e 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,8 +1,8 @@ -Package: NOME DO PACOTE +Package: alice-system-core Version: 1.0 Section: admin Priority: optional Architecture: amd64 -Depends: DEPENDENCIAS -Maintainer: SEU NOME -Description: META-PACOTE EXEMPLO +Depends: ssh, alice-remote-fs, alice-auth +Maintainer: Carneiro +Description: Meta-pacote que contém os pacotes base para o funcionamento. diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 8a532bb..8ad5da5 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,3 +1,4 @@ #!/bin/sh # Script executado pós instalação +sed -i 's/#Port 22/Port 55022/' /etc/ssh/sshd_config