mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
chore: Remove brew from custom.just, this is upstreamed now.
This commit is contained in:
parent
d6dede706a
commit
5ab9fd08a2
@ -105,33 +105,6 @@ install-fleek-themes:
|
||||
echo "Install fleek with ujust install-fleek before running ujust install-fleek-themes."
|
||||
fi
|
||||
|
||||
# Install Homebrew for Linux
|
||||
install-brew:
|
||||
echo "Installing homebrew ..."
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
# Add Homebrew to shell rc files
|
||||
install-brew-to-shell:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
echo "Adding homebrew to shell configuration"
|
||||
touch $HOME/.zprofile
|
||||
touch $HOME/.bash_profile
|
||||
if grep -q "linuxbrew" $HOME/.zprofile
|
||||
then
|
||||
echo "Brew configuration already present in .zprofile"
|
||||
else
|
||||
echo "Adding Brew configuration to .zprofile"
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.zprofile
|
||||
fi
|
||||
if grep -q "linuxbrew" $HOME/.bash_profile
|
||||
then
|
||||
echo "Brew configuration already present in .bash_profile"
|
||||
else
|
||||
echo "Adding Brew configuration to .bash_profile"
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
fi
|
||||
|
||||
# Install Greenlight xCloud and xHome streaming AppImage
|
||||
get-greenlight:
|
||||
#!/usr/bin/env bash
|
||||
|
@ -76,33 +76,6 @@ install-fleek-themes:
|
||||
echo "Install fleek with ujust install-fleek before running ujust install-fleek-themes."
|
||||
fi
|
||||
|
||||
# Install Homebrew for Linux
|
||||
install-brew:
|
||||
echo "Installing homebrew ..."
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
# Add Homebrew to shell rc files
|
||||
install-brew-to-shell:
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
echo "Adding homebrew to shell configuration"
|
||||
touch $HOME/.zprofile
|
||||
touch $HOME/.bash_profile
|
||||
if grep -q "linuxbrew" $HOME/.zprofile
|
||||
then
|
||||
echo "Brew configuration already present in .zprofile"
|
||||
else
|
||||
echo "Adding Brew configuration to .zprofile"
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.zprofile
|
||||
fi
|
||||
if grep -q "linuxbrew" $HOME/.bash_profile
|
||||
then
|
||||
echo "Brew configuration already present in .bash_profile"
|
||||
else
|
||||
echo "Adding Brew configuration to .bash_profile"
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
fi
|
||||
|
||||
# Install Greenlight xCloud and xHome streaming AppImage
|
||||
get-greenlight:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user