Update postinstall.sh
This commit is contained in:
parent
94267ad784
commit
80c0270f5d
|
@ -63,7 +63,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f "/usr/bin/keepassxc" ]; then
|
if [ ! -f "/usr/bin/keepassxc" ]; then
|
||||||
echo -e "${vert}tu veux installer Keepassxc? ${neutre}"
|
echo -e "${vert}tu veux installer Keepassxc? ${neutre}"
|
||||||
read -r "$keepassxc"
|
read -r $keepassxc
|
||||||
case $keepassxc in
|
case $keepassxc in
|
||||||
N | n)
|
N | n)
|
||||||
echo "KeepassXC ne sera pas installé, honte à toi"
|
echo "KeepassXC ne sera pas installé, honte à toi"
|
||||||
|
|
Loading…
Reference in New Issue