From 0121546e74967f7e0b69739d2071087d6581135d Mon Sep 17 00:00:00 2001 From: Vitalijss Date: Tue, 6 Dec 2022 21:27:09 +0200 Subject: [PATCH] Iron out user creation --- bash/kubuntu-skola.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/kubuntu-skola.sh b/bash/kubuntu-skola.sh index 9643db8..5be9d8c 100644 --- a/bash/kubuntu-skola.sh +++ b/bash/kubuntu-skola.sh @@ -5,7 +5,7 @@ apt update && apt upgrade -y #Instalējam pamata programmas 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