Lines Matching full:then
38 if [ "$EUID" -ne 0 ]; then
47 if [ -f "$SOURCES_LIST" ]; then
49 if [ $? -eq 0 ]; then
63 if [ -f /etc/lsb-release ]; then
67 elif [ -f /etc/os-release ]; then
70 if [[ "$ID" == "debian" ]]; then
84 if [[ "$DISTRO_TYPE" == "ubuntu" ]]; then
99 elif [[ "$DISTRO_TYPE" == "debian" ]]; then
114 if [ $? -eq 0 ]; then
124 if [ $? -ne 0 ]; then
131 if [ ! -d "$PIP_CONFIG_DIR" ]; then
133 if [ $? -eq 0 ]; then
145 if [ -f "$PIP_CONFIG_FILE" ]; then
147 if [ $? -eq 0 ]; then
168 if [ $? -eq 0 ]; then
171 if command -v pip3 >/dev/null 2>&1; then
172 … if pip3 config list 2>&1 | grep -q "index-url='https://pypi.tuna.tsinghua.edu.cn/simple'"; then
183 if [ -f "$PIP_CONFIG_BACKUP" ]; then