mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-30 02:11:21 +00:00
Fixes
Testing further
This commit is contained in:
@@ -5,7 +5,7 @@ multiverse="http://archive.ubuntu.com/multiverse"
|
|||||||
if ! grep -q "^deb .*$multiverse" /etc/apt/sources.list;
|
if ! grep -q "^deb .*$multiverse" /etc/apt/sources.list;
|
||||||
then
|
then
|
||||||
sudo add-apt-repository multiverse
|
sudo add-apt-repository multiverse
|
||||||
else
|
|
||||||
|
|
||||||
# Check if we were effectively run as root
|
# Check if we were effectively run as root
|
||||||
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }
|
[ $EUID = 0 ] || { echo "This script needs to be run as root!"; exit 1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user