Skip to content

Commit

Permalink
Update ProCTL
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat committed Aug 25, 2024
1 parent 207d1c1 commit f7a9d44
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 366 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<p align='center'>
<img src='https://img.shields.io/badge/Maintained-Yes-green?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/last-commit/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/repo-size/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/issues/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/stars/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/forks/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src="https://badges.pufler.dev/visits/The-Repo-Club/proctl?color=ff59f9&labelColor=434c5e&style=flat-square"/>
<img src='https://img.shields.io/github/commit-activity/m/The-Repo-Club/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/last-commit/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/repo-size/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/issues/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/stars/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src='https://img.shields.io/github/forks/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
<img src="https://badges.pufler.dev/visits/HeCodes2Much/proctl?color=ff59f9&labelColor=434c5e&style=flat-square"/>
<img src='https://img.shields.io/github/commit-activity/m/HeCodes2Much/proctl?colorA=434c5e&colorB=ff59f9&style=flat-square'>
</p>

# Dependencies
Expand All @@ -30,7 +30,7 @@

Follow one of the 3 simple ways to install below.

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

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

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

```bash
git clone https://github.com/The-Repo-Club/proctl
git clone https://github.com/HeCodes2Much/proctl
cd proctl
sudo make install
```
Expand Down
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# repomenu version
VERSION=2022.02.16
# proctl version
VERSION=2024.08.25

# paths
PREFIX=/usr
Expand Down
Loading

0 comments on commit f7a9d44

Please sign in to comment.