updated packages

This commit is contained in:
Stefen Auris 2021-07-20 03:35:31 -04:00
parent 7fcc7fb2ab
commit 8b77afc910
2 changed files with 23 additions and 13 deletions

View file

@ -13,24 +13,24 @@ function dpkg_url() {
# installing base dependencies
sudo apt-get -my install \
git \
git \
stow \
etckeeper \
tmux \
zsh \
vim \
vim \
powerline\
htop \
mc \
curl \
aptitude \
nnn \
ack \
fzf \
ripgrep \
grc \
fd-find \
ncdu
nnn \
ack \
fzf \
ripgrep \
grc \
fd-find \
ncdu
read -n1 -p $'Does this system need a ssh server?\n' REPLY
if [[ $REPLY == [Yy] ]]; then