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