création repo

This commit is contained in:
2024-10-14 17:23:13 +02:00
parent 15fcf9c81c
commit 0216d835bc
4 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
#!/bin/bash
#=======================================================================
# FILE: ~maj_repo.sh
# USAGE: ./maj_repo.sh ""
# DESCRIPTION: met a jour le depot debian cible passé en argument
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# sources: http://wiki.drouet.eu/sysadmin/debian_repository
# NOTES: ---
# AUTHOR: Maxime Tertrais
# COMPANY: Operis
# CREATED: 09/10/2024
# REVISION: ---
#=======================================================================
##Définition des variables
#=======================================================================
##Définition des fonctions
#=======================================================================
##Script
# Installation GPG
apt-get install gnupg
gpg --gen-key