We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84e2e6 commit 3248137Copy full SHA for 3248137
1 file changed
installation.py
@@ -1,9 +1,10 @@
1
#starting message
2
-print("Welcome to the exigence executable installer, installation script v2")
+print("Welcome to the exigence executable installer, installation script v3")
3
4
#root confirmation
5
if os.geteuid != 0:
6
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()
8
9
#modules
10
import os
@@ -30,3 +31,4 @@
30
31
32
33
34
+
0 commit comments