install_prereq.sh : clean unused code

This commit is contained in:
bol-van 2024-01-25 20:45:08 +03:00
parent 400671cf2b
commit 86796ef8a7

View File

@ -15,10 +15,6 @@ ZAPRET_BASE="$EXEDIR"
. "$ZAPRET_BASE/common/installer.sh"
. "$ZAPRET_BASE/common/ipt.sh"
# build binaries, do not use precompiled
[ "$1" = "make" ] && FORCE_BUILD=1
umask 0022
fsleep_setup
fix_sbin_path
@ -43,5 +39,4 @@ case $UNAME in
;;
esac
exitp 0