mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-17 04:22:59 +03:00
install_easy : typo
This commit is contained in:
parent
fe1701bd5a
commit
2dc3922538
@ -201,7 +201,7 @@ check_location()
|
||||
# use inodes in case something is linked
|
||||
[ -d "$ZAPRET_BASE" ] && [ $(get_dir_inode "$EXEDIR") = $(get_dir_inode "$ZAPRET_BASE") ] || {
|
||||
echo easy install is supported only from default location : $ZAPRET_BASE
|
||||
echo currenlty its run from $EXEDIR
|
||||
echo currently its run from $EXEDIR
|
||||
echo -n "do you want the installer to copy it for you (Y/N) ? "
|
||||
read A
|
||||
if [ "$A" = "Y" ] || [ "$A" = "y" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user