mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-12 23:49:30 +00:00
eq not working as expected
This commit is contained in:
committed by
GitHub
parent
aced0f5113
commit
369acd0bca
2
setup.sh
2
setup.sh
@@ -60,7 +60,7 @@ installDepend() {
|
||||
## Check for dependencies.
|
||||
DEPENDENCIES='autojump bash bash-completion tar neovim'
|
||||
echo -e "${YELLOW}Installing dependencies...${RC}"
|
||||
if [[ $PACKAGER -eq "pacman" ]]; then
|
||||
if [[ $PACKAGER == "pacman" ]]; then
|
||||
if ! command_exists yay; then
|
||||
echo "Installing yay..."
|
||||
sudo ${PACKAGER} --noconfirm -S base-devel
|
||||
|
||||
Reference in New Issue
Block a user