dotfiles/run_once_after_10_install-p...

11 lines
364 B
Bash
Raw Normal View History

2021-02-15 21:26:15 -05:00
#! /bin/bash
2021-03-10 23:09:28 -05:00
## install all packages required for this configuration to function.
## Configuration is assumed to be handled elsewhere (for now) eg in etckeeper
## or with ansible.
2021-02-15 23:17:02 -05:00
## this just calls another bootstrap script as root, which allows me to only
## require entering a sudo password once
sudo "$HOME/.bin/bootstrap_pkgs" "$HOME/.local/share/packages"