Explorar el Código

change to root

master
Vitalijss hace 2 años
padre
commit
20ff7944c6
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      bash/kubuntu-skola.sh

+ 4
- 2
bash/kubuntu-skola.sh Ver fichero

@@ -1,6 +1,8 @@
#!/bin/bash
echo "Ievadi paroli"
sudo su
if (( $EUID != 0 )); then
echo "Palaid šo ar root tiesībām!"
exit
fi
#Atjauninām repozitorijus un atjauninām sistēmu
apt update && apt upgrade -y
#Instalējam pamata programmas


Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.