fixed typo
This commit is contained in:
parent
04088bc049
commit
9b053bd222
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ apt-get install -y \
|
|||
read -p "|> enter additional packages to install: " packages
|
||||
[[ "$packages" ]] && packages="$(printf "$packages" | tr '\n' ' ')" && apt-get install -y $packages
|
||||
|
||||
printc "|> cleaning up...\n"
|
||||
print "|> cleaning up...\n"
|
||||
apt-get clean -y
|
||||
apt-get autoremove --purge -y
|
||||
rm -rf "/var/cache/apt/*"
|
||||
|
|
Loading…
Reference in a new issue