🎨 fix syntax for ShellCheck

This commit is contained in:
Bigoudops 2022-09-17 15:09:07 +02:00
parent 702c2282c0
commit b7849a4238
1 changed files with 4 additions and 3 deletions

5
postinstall.sh Normal file → Executable file
View File

@ -23,7 +23,7 @@ if [ ! -f "/usr/bin/shellcheck" ]; then
;;
O | o | *)
echo -e "${vert}installation de ShellCheck ${neutre}"
sudo dnf install -y shellcheck
sudo dnf install -y ShellCheck
;;
esac
else
@ -53,7 +53,8 @@ fi
if [ ! -f "/usr/bin/keepassxc" ]; then
echo -e "${vert}tu veux installer Keepassxc? ${neutre}"
read -r $keepassxc in
read -r "$keepassxc"
case $keepassxc in
N | n)
echo "KeepassXC ne sera pas installé, honte à toi"
echo "le script continue la vérification et l'installation des programmes"