mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
Ports: Add neofetch
This commit is contained in:
parent
092e275633
commit
92671be906
3 changed files with 289 additions and 0 deletions
8
Ports/neofetch/patches/fix-shebang.patch
Normal file
8
Ports/neofetch/patches/fix-shebang.patch
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- neofetch-7.0.0/neofetch 2020-04-27 15:12:00.884771680 +0100
|
||||
+++ neofetch-7.0.0/neofetch 2020-04-27 18:57:54.263417418 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/bash
|
||||
# vim: noai:ts=4:sw=4:expandtab
|
||||
# shellcheck source=/dev/null
|
||||
# shellcheck disable=2009
|
Loading…
Add table
Add a link
Reference in a new issue