Files
dotfiles/install/00-apt.sh
Andrejus 638c907c06 further cleanup
update docs and tests
2020-03-03 17:49:10 +00:00

21 lines
290 B
Bash
Executable File

#!/usr/bin/env bash
#
# apt update and upgrade
#
# Install list of packages in 00-apt-pkglist
#
# pre clean
clean
# apt update, upgrade
update
upgrade
# Package installs
package_list_file="$install_dir/00-apt-pkglist"
install_file "$package_list_file"
# Log version
cat /etc/os-release