Bläddra i källkod

iron out mistakes.

master
Vitalijss 2 år sedan
förälder
incheckning
f7a19fa392
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      bash/kubuntu-skola.sh

+ 2
- 2
bash/kubuntu-skola.sh Visa fil

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


Laddar…
Avbryt
Spara

Powered by TurnKey Linux.