mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-24 18:40:04 +00:00
chore: Use /var/home instead of /home in brew dotfile just command
This commit is contained in:
parent
ddb0411c08
commit
d823070443
@ -113,14 +113,14 @@ install-brew-to-shell:
|
||||
echo "Brew configuration already present in .zprofile"
|
||||
else
|
||||
echo "Adding Brew configuration to .zprofile"
|
||||
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.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 "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
fi
|
||||
|
||||
# Install Greenlight xCloud and xHome streaming AppImage
|
||||
|
@ -86,14 +86,14 @@ install-brew-to-shell:
|
||||
echo "Brew configuration already present in .zprofile"
|
||||
else
|
||||
echo "Adding Brew configuration to .zprofile"
|
||||
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.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 "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile
|
||||
fi
|
||||
|
||||
# Install Greenlight xCloud and xHome streaming AppImage
|
||||
|
Loading…
x
Reference in New Issue
Block a user