From 228221e5c4f4f9ada89a04e7b7ccdae343df9f3a Mon Sep 17 00:00:00 2001 From: 1kamma Date: Sun, 19 Jun 2022 21:07:29 +0300 Subject: [PATCH] added man --- saretlinux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saretlinux.sh b/saretlinux.sh index 798d3f5..3b1a8eb 100644 --- a/saretlinux.sh +++ b/saretlinux.sh @@ -7,7 +7,7 @@ if [ "$(ls /home |grep saret)" != "saret" ]; then sudo reboot fi sudo apt -y update -sudo apt -y install wget nano curl zsh git lsb-release htop nohup apt-transport-https --allow-unauthenticated +sudo apt -y install wget nano curl zsh man git lsb-release htop nohup apt-transport-https --allow-unauthenticated if [ "$(ls /etc/sudoers.d |grep saret)" != "saret" ]; then sudo tee /etc/sudoers.d/saret <