From 59891651d7a93efe325762f21aef3b06926bc31d Mon Sep 17 00:00:00 2001 From: Vitalijss Date: Thu, 8 Dec 2022 10:28:53 +0200 Subject: [PATCH] Pielikti MS fonti --- bash/kubuntu-skola.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bash/kubuntu-skola.sh b/bash/kubuntu-skola.sh index 6b6bec5..d0f7031 100644 --- a/bash/kubuntu-skola.sh +++ b/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 \ No newline at end of file +modprobe vboxnetflt +echo "Viss pabeigts!" +exit(0) \ No newline at end of file