瀏覽代碼

change to root

master
Vitalijss 2 年之前
父節點
當前提交
20ff7944c6
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      bash/kubuntu-skola.sh

+ 4
- 2
bash/kubuntu-skola.sh 查看文件

@@ -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


Loading…
取消
儲存

Powered by TurnKey Linux.