forked from pool/hyfetch
Re-opening the request did not work how I thought it would. This request supersedes #1109643, with the comments from jubalh addressed. OBS-URL: https://build.opensuse.org/request/show/1109689 OBS-URL: https://build.opensuse.org/package/show/utilities/hyfetch?expand=0&rev=1
26 lines
641 B
Diff
26 lines
641 B
Diff
--- a/hyfetch/scripts/neowofetch
|
|
+++ b/hyfetch/scripts/neowofetch
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/bash
|
|
# vim: noai:ts=4:sw=4:expandtab
|
|
# shellcheck source=/dev/null
|
|
# shellcheck disable=2009 disable=2153 disable=2154 disable=2243 disable=2244 disable=2317
|
|
|
|
--- a/hyfetch/scripts/install-autocomplete.sh
|
|
+++ a/hyfetch/scripts/install-autocomplete.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/bash
|
|
|
|
# Usage: ./install-autocomplete.sh [Uninstall]
|
|
if [[ "$1" == "uninstall" ]]; then
|
|
|
|
--- a/hyfetch/main.py
|
|
+++ b/hyfetch/main.py
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/env python3
|
|
from __future__ import annotations
|
|
|
|
import argparse
|