Skip to content

Commit f7a9d44

Browse files
Update ProCTL
1 parent 207d1c1 commit f7a9d44

File tree

5 files changed

+383
-366
lines changed

5 files changed

+383
-366
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2022 The-Repo-Club <[email protected]>
3+
Copyright 2022 HeCodes2Much <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
55
<p align='center'>
66
<img src='https://img.shields.io/badge/Maintained-Yes-green?colorA=434c5e&colorB=ff59f9&style=flat-square'>
7-
<img src='https://img.shields.io/github/last-commit/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
8-
<img src='https://img.shields.io/github/repo-size/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
9-
<img src='https://img.shields.io/github/issues/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
10-
<img src='https://img.shields.io/github/stars/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
11-
<img src='https://img.shields.io/github/forks/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
12-
<img src="https://badges.pufler.dev/visits/The-Repo-Club/proctl?color=ff59f9&labelColor=434c5e&style=flat-square"/>
13-
<img src='https://img.shields.io/github/commit-activity/m/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
7+
<img src='https://img.shields.io/github/last-commit/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
8+
<img src='https://img.shields.io/github/repo-size/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
9+
<img src='https://img.shields.io/github/issues/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
10+
<img src='https://img.shields.io/github/stars/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
11+
<img src='https://img.shields.io/github/forks/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
12+
<img src="https://badges.pufler.dev/visits/HeCodes2Much/proctl?color=ff59f9&labelColor=434c5e&style=flat-square"/>
13+
<img src='https://img.shields.io/github/commit-activity/m/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
1414
</p>
1515

1616
# Dependencies
@@ -30,7 +30,7 @@
3030

3131
Follow one of the 3 simple ways to install below.
3232

33-
Download: [PKGBUILD](https://github.com/The-Repo-Club/ArchAUR/raw/main/proctl/PKGBUILD) and make with `makepkg -sfi`
33+
Download: [PKGBUILD](https://github.com/HeCodes2Much/ArchAUR/raw/main/proctl/PKGBUILD) and make with `makepkg -sfi`
3434

3535
Install: [Custom Repo](https://arch.therepo.club/) then just use `pacman -S proctl`
3636

@@ -39,7 +39,7 @@ AUR: [YAY](https://aur.archlinux.org/packages/proctl) just use `yay -S proctl`
3939
## Manual
4040

4141
```bash
42-
git clone https://github.com/The-Repo-Club/proctl
42+
git clone https://github.com/HeCodes2Much/proctl
4343
cd proctl
4444
sudo make install
4545
```

config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# repomenu version
2-
VERSION=2022.02.16
1+
# proctl version
2+
VERSION=2024.08.25
33

44
# paths
55
PREFIX=/usr

0 commit comments

Comments
 (0)