diff --git a/bash/kubuntu-skola.sh b/bash/kubuntu-skola.sh index c3e1231..9643db8 100644 --- a/bash/kubuntu-skola.sh +++ b/bash/kubuntu-skola.sh @@ -3,9 +3,9 @@ if [ "$(id -u)" -ne 0 ]; then echo "Tev jābūt SUDO tiesībām." >&2; exit 1; f #Atjauninām repozitorijus un atjauninām sistēmu apt update && apt upgrade -y #Instalējam pamata programmas -apt install p7zip vlc unrar git htop mc curl wget +apt install p7zip vlc unrar git htop mc curl wget -y #Izveidojam lietotājus -$pass = "Parole1" +pass = "Parole1" useradd -m -p "$pass" sk1dt useradd -m -p "$pass" sk2dt useradd -m -p "$pass" sk3dt