mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-02 06:30:53 +03:00
install_prereq.sh : clean unused code
This commit is contained in:
parent
400671cf2b
commit
86796ef8a7
@ -15,10 +15,6 @@ ZAPRET_BASE="$EXEDIR"
|
|||||||
. "$ZAPRET_BASE/common/installer.sh"
|
. "$ZAPRET_BASE/common/installer.sh"
|
||||||
. "$ZAPRET_BASE/common/ipt.sh"
|
. "$ZAPRET_BASE/common/ipt.sh"
|
||||||
|
|
||||||
|
|
||||||
# build binaries, do not use precompiled
|
|
||||||
[ "$1" = "make" ] && FORCE_BUILD=1
|
|
||||||
|
|
||||||
umask 0022
|
umask 0022
|
||||||
fsleep_setup
|
fsleep_setup
|
||||||
fix_sbin_path
|
fix_sbin_path
|
||||||
@ -43,5 +39,4 @@ case $UNAME in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
exitp 0
|
exitp 0
|
||||||
|
Loading…
Reference in New Issue
Block a user