Ver código fonte

change to root

master
Vitalijss 2 anos atrás
pai
commit
20ff7944c6
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      bash/kubuntu-skola.sh

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

@@ -1,6 +1,8 @@
#!/bin/bash #!/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 #Atjauninām repozitorijus un atjauninām sistēmu
apt update && apt upgrade -y apt update && apt upgrade -y
#Instalējam pamata programmas #Instalējam pamata programmas


Carregando…
Cancelar
Salvar

Powered by TurnKey Linux.