added a simple echo command to the shell function
This commit is contained in:
parent
80de918108
commit
fde740fdf5
2
setup.sh
2
setup.sh
|
@ -11,7 +11,7 @@ remove_template_examples () {
|
||||||
|
|
||||||
install_needed_dependencies () {
|
install_needed_dependencies () {
|
||||||
# Check the OS
|
# Check the OS
|
||||||
|
echo "checking the OS..."
|
||||||
# If it's debian based then apt install
|
# If it's debian based then apt install
|
||||||
|
|
||||||
# If it's freeBSD then pkg
|
# If it's freeBSD then pkg
|
||||||
|
|
Loading…
Reference in New Issue