mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Copy presets to /usr/share/fastfetch/presets
This commit is contained in:
@@ -23,6 +23,8 @@ mkdir -p fastfetch/usr/bin
|
||||
cp build/fastfetch fastfetch/usr/bin/
|
||||
mkdir -p fastfetch/usr/share/bash-completion/completions
|
||||
cp ../../completions/bash fastfetch/usr/share/bash-completion/completions/fastfetch
|
||||
mkdir -p fastfetch/usr/share/fastfetch/
|
||||
cp -r ../../presets fastfetch/usr/share/fastfetch/
|
||||
|
||||
echo "building package"
|
||||
dpkg-deb --build fastfetch
|
||||
|
||||
Reference in New Issue
Block a user