debian: minor rename
This commit is contained in:
parent
5c754d3a96
commit
0cef365f10
1 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ skipped() {
|
||||||
echo "${yellow}SKIPPED:${sgr0} ${1}"
|
echo "${yellow}SKIPPED:${sgr0} ${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_packages() {
|
apt_install() {
|
||||||
$cmd apt update
|
$cmd apt update
|
||||||
$cmd apt install -y \
|
$cmd apt install -y \
|
||||||
apt-file \
|
apt-file \
|
||||||
|
@ -234,8 +234,8 @@ deploy_dotfiles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
execute() {
|
execute() {
|
||||||
heading "Install packages"
|
heading "Install APT packages"
|
||||||
install_packages
|
apt_install
|
||||||
|
|
||||||
heading "Disable GRUB timeout"
|
heading "Disable GRUB timeout"
|
||||||
grub_disable_timeout
|
grub_disable_timeout
|
||||||
|
|
Loading…
Add table
Reference in a new issue