Skip to content

Commit

Permalink
fix fastfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 10, 2025
1 parent e79adf4 commit fbb87f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/fastfetch/static.official.source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ x_exec:
apk add wayland-dev --latest --upgrade --no-interactive
#Build
#git clone --filter "blob:none" --depth="1" --quiet "https://github.com/fastfetch-cli/fastfetch" "./TEMPREPO" && cd "./TEMPREPO"
git clone --filter "blob:none" --depth="1" --quiet "https://github.com/pkgforge-dev/fastfetch" "./TEMPREPO" && cd "./TEMPREPO"
git clone --branch "soar" --filter "blob:none" --depth="1" --quiet "https://github.com/pkgforge-dev/fastfetch" "./TEMPREPO" && cd "./TEMPREPO"
export CC="clang"
export CXX="clang++"
export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error"
Expand Down

0 comments on commit fbb87f7

Please sign in to comment.