Skip to content

samwhelp/deb-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deb-coffee

deb-coffee

Link

Manpage

Pacstall Pacscript Repository Structure

.
├── packagelist
└── packages
    └── demo
        └── demo.pacscript

Update Db

run

ls -1 packages > packagelist

or run

make db-update

View packagelist

run to view packagelist

less packagelist

or run

view packagelist

Add Repository / Remote

run

pacstall -A https://raw.githubusercontent.com/samwhelp/deb-coffee/main

or run

pacstall -A https://github.com/samwhelp/deb-coffee/tree/main

run

cat /usr/share/pacstall/repo/pacstallrepo

show

https://raw.githubusercontent.com/pacstall/pacstall-programs/master
https://raw.githubusercontent.com/samwhelp/deb-coffee/main

Add Repository / Local

run

git clone https://github.com/samwhelp/deb-coffee.git ~/Documents/deb-coffee

run

pacstall -A "file://${HOME}/Documents/deb-coffee"

See Also man 8 pacstall

Demo

Search

pacstall -S demo

Build and Install

pacstall -I demo

Only Build

pacstall -I -B demo

Download pacscript

pacstall -D demo