https://github.com/fuzzy08/backpack-python
a program that quickly installs programs to a newly loaded arch OS
https://github.com/fuzzy08/backpack-python
arch-linux bash-script cli install-script manjaro package-manager python yaourt
Last synced: 6 months ago
JSON representation
a program that quickly installs programs to a newly loaded arch OS
- Host: GitHub
- URL: https://github.com/fuzzy08/backpack-python
- Owner: fuzzy08
- License: gpl-3.0
- Created: 2018-03-23T16:19:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T15:09:00.000Z (over 7 years ago)
- Last Synced: 2024-11-08T00:36:10.113Z (11 months ago)
- Topics: arch-linux, bash-script, cli, install-script, manjaro, package-manager, python, yaourt
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backpack-python
DESCRIPTION
==================
a program that quickly installs programs to a newly loaded arch OS.This script is intended for those who want a more automated "up and running" process with arch distrbutions. The script first
checks if yaourt is installed, installs it if not (and user agrees), and gives the user the option
to install a pre-made set of programs or to install a program typed in.Each program will be installed using the --no-confirm option which ignores all the standard "are you sure" prompts. This is intended
to be used with programs that the user is already familiar with. Using this to install an unfamiliar program is not recommended.This script is designed to be put on a flash drive, plugged in to a freshly installed os, and executed once per distro install. The
script does not check if the package is already installed. Dependency errors can arise if the script runs twice.LIST OF COMMANDS:
================='l' to list default packages in the devTools array defined at the top of the script
'h' for list of available options
'a' to install all programs in the devTools array
's' to search for a package via yaourt. Color-scheme output not supported yet; meant for a quick search to ensure the user
types the name in correctly, not for browsing.
'[name of program]' to install a program. (warning: --noconfirm option set by defualt)
'q' to quit.