Added echo outputs

This commit is contained in:
2021-04-10 00:26:46 +02:00
parent 7ec882d6f6
commit 4b52c5ce28
17 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
install_ncdu() {
echo "Installing ncdu"
sudo apt-get install ncdu -y
}