typo fix
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -7,4 +7,4 @@ finish (0.5.0-1) stable; urgency=medium
|
||||
* Intelligent caching system
|
||||
* Privacy-focused local operation
|
||||
|
||||
-- finishte.sh Contributors <noreply@finishte.sh> Mon, 02 Dec 2024 12:00:00 +0000
|
||||
-- inish .sh Contributors <noreply@inish .sh> Mon, 02 Dec 2024 12:00:00 +0000
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -1,7 +1,7 @@
|
||||
Source: finish
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: finishte.sh Contributors <noreply@finishte.sh>
|
||||
Maintainer: inish .sh Contributors <noreply@inish .sh>
|
||||
Build-Depends: debhelper (>= 10)
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://git.appmodel.nl/Tour/finish/finish
|
||||
@@ -12,7 +12,7 @@ Architecture: all
|
||||
Depends: bash (>= 4.0) | zsh (>= 5.0), curl, jq, bc, bash-completion
|
||||
Recommends: lm-studio | ollama
|
||||
Description: LLM-powered command-line finishtion
|
||||
finishte.sh enhances your terminal with context-aware command suggestions
|
||||
inish .sh enhances your terminal with context-aware command suggestions
|
||||
using local large language models. Features include:
|
||||
.
|
||||
* Local-first operation with LM-Studio or Ollama
|
||||
|
||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -4,7 +4,7 @@ Upstream-Contact: https://git.appmodel.nl/Tour/finish/finish
|
||||
Source: https://git.appmodel.nl/Tour/finish
|
||||
|
||||
Files: *
|
||||
Copyright: 2024-2025 finishte.sh Contributors
|
||||
Copyright: 2024-2025 inish .sh Contributors
|
||||
License: BSD-2-Clause
|
||||
|
||||
License: BSD-2-Clause
|
||||
|
||||
2
debian/postinst
vendored
2
debian/postinst
vendored
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
echo "finishte.sh has been installed successfully!"
|
||||
echo "inish .sh has been installed successfully!"
|
||||
echo ""
|
||||
echo "To complete setup, run:"
|
||||
echo " finish install"
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -8,7 +8,7 @@
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
install -D -m 0755 finishte.sh $(CURDIR)/debian/finish/usr/bin/finishte
|
||||
install -D -m 0755 inish .sh $(CURDIR)/debian/finish/usr/bin/inish
|
||||
install -D -m 0644 LICENSE $(CURDIR)/debian/finish/usr/share/doc/finish/copyright
|
||||
install -D -m 0644 README.md $(CURDIR)/debian/finish/usr/share/doc/finish/README.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user