Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80d3957

Browse files
upd(pacstall): 4.0.0 -> 4.0.1 (#959)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d0b2a40 commit 80d3957

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Create a report to help us improve
33
labels: ["bug", "triage"]
44
assignees:
55
- wizard-28
6-
- Elsie19
6+
- Elsie19
77
body:
88
- type: textarea
99
id: description

misc/pacstall.8.gz

-1 Bytes
Binary file not shown.

pacstall

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ if [[ -z $NO_COLOR ]]; then
113113
export On_ICyan='\033[0;106m' # Cyan
114114
export On_IWhite='\033[0;107m' # White
115115

116-
declare -A pac_version=([red]="181" [green]="84" [blue]="93")
117-
else
118-
declare -A pac_version=([red]="255" [green]="255" [blue]="255")
116+
declare -A pac_version=([red]="201" [green]="64" [blue]="64")
119117
fi
120118

121119
# Pac-roll
@@ -745,9 +743,9 @@ Helpful links:
745743
;;
746744

747745
-V | --version)
748-
version_number="4.0.0"
749-
version_name="Popstar"
750-
echo -e "${version_number} \033[1m\x1b[38;2;${pac_version[red]};${pac_version[green]};${pac_version[blue]}m${version_name}${NC}"
746+
version_number="4.0.1"
747+
version_name="Kokam"
748+
echo -e "${version_number} \033[1m\x1b[38;2;${pac_version[red]:-255};${pac_version[green]:-255};${pac_version[blue]:-255}m${version_name}${NC}"
751749
exit 0
752750
;;
753751

0 commit comments

Comments
 (0)