Skip to content

Commit

Permalink
fix: kiauh repo change th33xitus -> dw-0
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Schlicker <[email protected]>
  • Loading branch information
docgalaxyblock committed May 29, 2024
1 parent bb12882 commit f7f4b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/modules/kiauh/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
#### This File is distributed under GPLv3
####

#### All Credits to th33xitus for his great tool
#### https://github.com/th33xitus/kiauh
#### All Credits to dw-0 (formerly known as th33xitus) for his great tool
#### https://github.com/dw-0/kiauh

# shellcheck disable=all

# KIAUH repo
[[ -n "$KIAUH_REPO_SHIP" ]] || KIAUH_REPO_SHIP="https://github.com/th33xitus/kiauh.git"
[[ -n "$KIAUH_REPO_SHIP" ]] || KIAUH_REPO_SHIP="https://github.com/dw-0/kiauh.git"
[[ -n "$KIAUH_REPO_BRANCH" ]] || KIAUH_REPO_BRANCH="master"

# Add to $PATH ? (1: yes, 0: no)
Expand Down
4 changes: 2 additions & 2 deletions src/modules/kiauh/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#### This File is distributed under GPLv3
####

#### All Credits to th33xitus for his great tool
#### https://github.com/th33xitus/kiauh
#### All Credits to dw-0 (formerly known as th33xitus) for his great tool
#### https://github.com/dw-0/kiauh

# shellcheck enable=requires-variable-braces

Expand Down

0 comments on commit f7f4b72

Please sign in to comment.