Browse Source

Iron out user creation

master
Vitalijss 2 years ago
parent
commit
0121546e74
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bash/kubuntu-skola.sh

+ 1
- 1
bash/kubuntu-skola.sh View File

@@ -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


Loading…
Cancel
Save

Powered by TurnKey Linux.