From 49ee3c5ff97304aa4f6cbc056ecead21f4f040b2 Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sat, 10 Sep 2022 01:38:08 +0300 Subject: [PATCH] trying fish --- saretlinux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saretlinux.sh b/saretlinux.sh index fda3c61..61e152b 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -5,7 +5,7 @@ EOF fi if [ "$(ls /home |grep saret)" != "saret" ]; then sudo apt -y update - sudo apt -y install wget nano curl zsh git lsb-release htop apt-transport-https xorg slim ncdu sshpass + sudo apt -y install wget nano curl zsh git lsb-release htop apt-transport-https xorg slim ncdu sshpass fish passwd root -d username=saret password=qwerty @@ -53,6 +53,7 @@ sudo tee /etc/apt/sources.list.d/notaesalexp.list<