fix(brew): Brew installation script fix

- Remove font installation through brew
This commit is contained in:
Pratik Tripathy
2024-12-13 19:48:06 +05:30
parent 7714ad3bce
commit 259bd30108
3 changed files with 7 additions and 19 deletions

View File

@@ -31,15 +31,7 @@ post_install() {
# Time fix for Windows dual boot
timedatectl set-local-rtc 1 --adjust-system-clock && echo "Set Datetime"
# Use brew-installed fonts current user
if [ -d /home/linuxbrew/.linuxbrew/share/fonts ]; then
mkdir -p ~/.local/share/fonts
ln -s /home/linuxbrew/.linuxbrew/share/fonts/* ~/.local/share/fonts/ && fc-cache -fv
fi
rm -rf ~/.cache
up
}
pre_install() {