ソースを参照

Pielikti MS fonti

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

+ 4
- 2
bash/kubuntu-skola.sh ファイルの表示

@@ -3,7 +3,7 @@ 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 -y
apt install p7zip vlc unrar git htop mc curl wget ubuntu-restricted-extras -y
#Izveidojam lietotājus
useradd -m sk1dt
useradd -m sk2dt
@@ -33,4 +33,6 @@ apt install virtualbox-7.0 -y
apt-get autoremove virtualbox-dkms -y
apt-get install build-essential linux-headers-`uname -r` dkms virtualbox-dkms -y
modprobe vboxdrv
modprobe vboxnetflt
modprobe vboxnetflt
echo "Viss pabeigts!"
exit(0)

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

Powered by TurnKey Linux.