add bash ui when load and install neofetch
This commit is contained in:
@@ -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 "/" \
|
||||
|
||||
Reference in New Issue
Block a user