Skip to content

Commit 3248137

Browse files
authored
Update installation.py
1 parent e84e2e6 commit 3248137

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

installation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#starting message
2-
print("Welcome to the exigence executable installer, installation script v2")
2+
print("Welcome to the exigence executable installer, installation script v3")
33

44
#root confirmation
55
if os.geteuid != 0:
66
print("Please run this program with elevated root privaleges. On debian this can be done via su, on ubuntu this is done via sudo su.")
7+
quit()
78

89
#modules
910
import os
@@ -30,3 +31,4 @@
3031

3132

3233

34+

0 commit comments

Comments
 (0)