瀏覽代碼

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


Loading…
取消
儲存

Powered by TurnKey Linux.