Finishing touches

This commit is contained in:
2020-02-25 23:13:21 +00:00
committed by Andrejus
parent c4ce39b965
commit fc5ba9f99d
17 changed files with 157 additions and 121 deletions

View File

@@ -5,8 +5,7 @@
#
# 1. python is installed
if ! hash python 2>/dev/null
then
if not_installed "python"; then
printf "Installing python...\n"