diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-14 00:28:46 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-14 00:28:46 +0300 |
commit | 4598949d827219dfd202aad666ae70d3a2704ba7 (patch) | |
tree | 17ec0fcba564c75de23f9ed8df2359c0d39d386c /install.sh | |
parent | 0319ad5bbf29b360108f9f9f45ed64b081fde569 (diff) | |
download | arching-kaos-tools-4598949d827219dfd202aad666ae70d3a2704ba7.tar.gz arching-kaos-tools-4598949d827219dfd202aad666ae70d3a2704ba7.tar.bz2 arching-kaos-tools-4598949d827219dfd202aad666ae70d3a2704ba7.zip |
Added log message
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ do printf "\t Not found!" if [ "$packageManager" != "" ] then + printf "\t Attempting installation..." $sudoBin $packageManager $installCommand $dontAskFlag $dep 1> /dev/null 2>&1 if [ $? -ne 0 ] then |