From 9a590c0755c41822014fb2ea12e0e015bf601cd0 Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:23:51 +0100 Subject: [PATCH] Update .profile --- .profile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 4ca25f9..a5f2451 100644 --- a/.profile +++ b/.profile @@ -7,7 +7,14 @@ # the default umask is set in /etc/profile; for setting the umask # for ssh logins, install and configure the libpam-umask package. #umask 022 -apt install -y neofetch mailutils figlet +marker_file=~/.utils_ok + +if [ -f "$marker_file" ]; then + echo "Mise à jour des outils déjà faite." +else + touch "$marker_file" + apt install -y neofetch mailutils figlet +fi # if running bash if [ -n "$BASH_VERSION" ]; then