Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
hyfetch
fix-shebang.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-shebang.patch of Package hyfetch
--- 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor