mirror of
https://github.com/XTLS/Xray-install.git
synced 2025-12-10 02:09:52 +00:00
Update install-release.sh
This commit is contained in:
committed by
yuhan6665
parent
4e0b1ca93b
commit
dd63606683
@@ -208,7 +208,7 @@ identify_the_operating_system_and_architecture() {
|
|||||||
PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'
|
PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'
|
||||||
package_provide_tput='ncurses'
|
package_provide_tput='ncurses'
|
||||||
elif [[ "$(type -P emerge)" ]]; then
|
elif [[ "$(type -P emerge)" ]]; then
|
||||||
PACKAGE_MANAGEMENT_INSTALL='emerge -v'
|
PACKAGE_MANAGEMENT_INSTALL='emerge -qv'
|
||||||
PACKAGE_MANAGEMENT_REMOVE='emerge -Cv'
|
PACKAGE_MANAGEMENT_REMOVE='emerge -Cv'
|
||||||
package_provide_tput='ncurses'
|
package_provide_tput='ncurses'
|
||||||
else
|
else
|
||||||
@@ -339,7 +339,7 @@ install_software() {
|
|||||||
package_name="$1"
|
package_name="$1"
|
||||||
file_to_detect="$2"
|
file_to_detect="$2"
|
||||||
type -P "$file_to_detect" > /dev/null 2>&1 && return
|
type -P "$file_to_detect" > /dev/null 2>&1 && return
|
||||||
if ${PACKAGE_MANAGEMENT_INSTALL} "$package_name"; then
|
if ${PACKAGE_MANAGEMENT_INSTALL} "$package_name" >/dev/null 2>&1; then
|
||||||
echo "info: $package_name is installed."
|
echo "info: $package_name is installed."
|
||||||
else
|
else
|
||||||
echo "error: Installation of $package_name failed, please check your network."
|
echo "error: Installation of $package_name failed, please check your network."
|
||||||
|
|||||||
Reference in New Issue
Block a user