add bash ui when load and install neofetch

This commit is contained in:
2022-07-01 14:42:12 +02:00
parent 7de603e2d4
commit 33097ac42a
5 changed files with 88 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ function add_borg_user {
if ! id "borg" &>/dev/null; then
sh -c "echo '$USER ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
adduser \
-s /bin/bash \
--disabled-password \
--gecos "" \
--home "/" \