pull/34/head
SandupaTech 2021-11-30 17:20:48 +05:30
parent b3702bdd56
commit 9288ea1183
3 changed files with 1 additions and 1 deletions

BIN
.vs/Xray-install/v15/.suo Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

View File

@ -203,7 +203,7 @@ identify_the_operating_system_and_architecture() {
PACKAGE_MANAGEMENT_REMOVE='zypper remove'
package_provide_tput='ncurses-utils'
elif [[ "$(type -P pacman)" ]]; then
PACKAGE_MANAGEMENT_INSTALL='pacman -Syu --noconfirm'
PACKAGE_MANAGEMENT_INSTALL='pacman -Syy --noconfirm'
PACKAGE_MANAGEMENT_REMOVE='pacman -Rsn'
package_provide_tput='ncurses'
else