소스 검색

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.