ソースを参照

iron out mistakes.

master
Vitalijss 2年前
コミット
f7a19fa392
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      bash/kubuntu-skola.sh

+ 2
- 2
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


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.