https://github.com/samwhelp/deb-coffee-grub
deb-coffee-grub
https://github.com/samwhelp/deb-coffee-grub
deb deb-coffee deb-packaging deb-recipe debian debian-packaging packaging pacscript pacstall
Last synced: 7 months ago
JSON representation
deb-coffee-grub
- Host: GitHub
- URL: https://github.com/samwhelp/deb-coffee-grub
- Owner: samwhelp
- License: mit
- Created: 2025-07-31T01:42:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T00:25:23.000Z (7 months ago)
- Last Synced: 2025-08-28T08:06:04.074Z (7 months ago)
- Topics: deb, deb-coffee, deb-packaging, deb-recipe, debian, debian-packaging, packaging, pacscript, pacstall
- Language: Shell
- Homepage: https://samwhelp.github.io/deb-coffee-grub/
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deb-coffee-grub
> [deb-coffee-grub](https://samwhelp.github.io/deb-coffee-grub/)
## Link
* Pacstall / [pacstall-programs](https://github.com/pacstall/pacstall-programs#pacstall-programs)
* Pacstall / Wiki / Pacscript 101 / [Example of script placement](https://github.com/pacstall/pacstall/wiki/Pacscript-101#pacscript-name)
* [pacstall-packaging](https://github.com/samwhelp/pacstall-packaging)
| deb-coffee |
| ---------- |
| [deb-coffee](https://github.com/samwhelp/deb-coffee) |
| [deb-coffee-maccity](https://github.com/samwhelp/deb-coffee-maccity) |
| [deb-coffee-wincity](https://github.com/samwhelp/deb-coffee-wincity) |
| [deb-coffee-fancy](https://github.com/samwhelp/deb-coffee-fancy) |
| [deb-coffee-gruvbox](https://github.com/samwhelp/deb-coffee-gruvbox) |
| [deb-coffee-grub](https://github.com/samwhelp/deb-coffee-grub) |
| [deb-coffee-sddm](https://github.com/samwhelp/deb-coffee-sddm) |
## Manpage
* $ [man pacstall](https://github.com/samwhelp/deb-coffee/blob/main/helper/share/manpage/pacstall.md#manpage)
## Pacstall Pacscript Repository Structure
```
.
├── packagelist
└── packages
└── demo
└── demo.pacscript
```
## Update Db
run
``` sh
ls -1 packages > packagelist
```
or run
``` sh
make db-update
```
## View packagelist
run to view [packagelist](packagelist)
``` sh
less packagelist
```
or run
``` sh
view packagelist
```
## Add Repository / Remote
run
``` sh
pacstall -A https://raw.githubusercontent.com/samwhelp/deb-coffee-grub/main
```
or run
``` sh
pacstall -A https://github.com/samwhelp/deb-coffee-grub/tree/main
```
run
``` sh
cat /usr/share/pacstall/repo/pacstallrepo
```
show
```
https://raw.githubusercontent.com/pacstall/pacstall-programs/master
https://raw.githubusercontent.com/samwhelp/deb-coffee-grub/main
```
## Add Repository / Local
run
``` sh
git clone https://github.com/samwhelp/deb-coffee-grub.git ~/Documents/deb-coffee-grub
```
run
``` sh
pacstall -A "file://${HOME}/Documents/deb-coffee-grub"
```
> See Also `man 8 pacstall`
## Howto
### Search
``` sh
pacstall -S grub
```
``` sh
pacstall -S bean
```
### Build and Install
``` sh
pacstall -I bean-appearance-glass-grub-theme
```
### Only Build
``` sh
pacstall -I -B bean-appearance-glass-grub-theme
```
### Download pacscript
``` sh
pacstall -D bean-appearance-glass-grub-theme
```