File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -80,28 +80,28 @@ if [ ! -d ${DIR}/temp ]; then
8080 mkdir ${DIR} /temp
8181fi
8282
83- # fetch ${URL} -o ${DIR}/temp/${FILE}
84- # STATUS=${?}
85- # if [ ${STATUS} -ne 0 ]; then
86- # export STATUS
87- # echo $(tr INSTALL_FAILED_FETCH)
88- # exit 2
89- # fi
83+ fetch ${URL} -o ${DIR} /temp/${FILE}
84+ STATUS=${?}
85+ if [ ${STATUS} -ne 0 ]; then
86+ export STATUS
87+ echo $( tr INSTALL_FAILED_FETCH)
88+ exit 2
89+ fi
9090
91- # tar xvpf ${DIR}/temp/${FILE} -C ${INSTALL_DIR} --numeric-owner
92- # STATUS=${?}
93- # if [ ${STATUS} -ne 0 ]; then
94- # export STATUS
95- # echo $(tr INSTALL_FAILED_TAR)
96- # exit 3
97- # else
98- # echo $(tr INSTALL_COMPLETE)
99- # echo ""
100- # echo $(tr SETTING_UP)
101- # echo ""
102- # ${DIR}/scripts/setup/gentoo/setup.sh
103- # rm -rf ${DIR}/temp
104- # fi
91+ tar xvpf ${DIR} /temp/${FILE} -C ${INSTALL_DIR} --numeric-owner
92+ STATUS=${?}
93+ if [ ${STATUS} -ne 0 ]; then
94+ export STATUS
95+ echo $( tr INSTALL_FAILED_TAR)
96+ exit 3
97+ else
98+ echo $( tr INSTALL_COMPLETE)
99+ echo " "
100+ echo $( tr SETTING_UP)
101+ echo " "
102+ ${DIR} /scripts/setup/gentoo/setup.sh
103+ rm -rf ${DIR} /temp
104+ fi
105105
106106${DIR} /scripts/setup/gentoo/setup.sh
107107exit 9
You can’t perform that action at this time.
0 commit comments