mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Update xo_install.sh
This commit is contained in:
parent
309caa1d39
commit
6aa162aaaa
@ -2,8 +2,8 @@
|
||||
|
||||
#Repository add - confirm required repoistor(ies) are enabled and active, update and upgrade no matter what
|
||||
add-apt-repository multiverse
|
||||
sudo update
|
||||
sudo upgrade
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
|
||||
# Check if we were effectively run as root
|
||||
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user