forked from sh-edraft.de/sh_linux_installation_scripts
Changed file structure
This commit is contained in:
6
common/debian/apps/ncdu.sh
Normal file
6
common/debian/apps/ncdu.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_ncdu() {
|
||||
echo "Installing ncdu"
|
||||
sudo apt-get install ncdu -y
|
||||
}
|
Reference in New Issue
Block a user