From d67d7b0836e00d31ad563658dae85385479f0aca Mon Sep 17 00:00:00 2001 From: John BigoudOps <101472804+BigoudOps@users.noreply.github.com> Date: Fri, 16 Dec 2022 20:41:35 +0100 Subject: [PATCH] Update postinstall.sh --- postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall.sh b/postinstall.sh index e05ced9..7584d87 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -63,7 +63,7 @@ fi if [ ! -f "/usr/bin/keepassxc" ]; then echo -e "${vert}tu veux installer Keepassxc? ${neutre}" - read -r $keepassxc + read -r keepassxc case $keepassxc in N | n) echo "KeepassXC ne sera pas installé, honte à toi" @@ -104,7 +104,7 @@ fi if [ ! -f "/usr/lib64/discord" ]; then echo -e "${jaune}Veux-tu installer Discord? ${neutre}" - read -r $discord + read -r discord case $discord in N | n) echo "Discord ne sera pas installé"