Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 383 Bytes

CentOS packages

To install .list file using pkmgr:

sudo pkmgr curl https://github.com/pkmgr/centos/raw/main/lists/default.list

To install .sh script using pkmgr

sudo pkmgr script https://github.com/pkmgr/centos/raw/main/scripts/default.sh

use the following format to manual install:

sudo yum install -y $(cat saved-file.txt )