Change ascii colors and add BPM support
This commit is contained in:
@@ -11,7 +11,10 @@ prepare() {
|
||||
wget "$DOWNLOAD"
|
||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
||||
|
||||
patch "$BPM_SOURCE"/neofetch tide_support.patch
|
||||
cd "$BPM_SOURCE"
|
||||
# Add Tide Linux ascii art and BPM support
|
||||
patch -Np1 -i "$BPM_WORKDIR"/0001-Add-Tide-Linux-ascii-art.patch
|
||||
patch -Np1 -i "$BPM_WORKDIR"/0002-Add-BPM-support.patch
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
|
||||
Reference in New Issue
Block a user