nv.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script for install, for easier execution via URL.
|
||||
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then PREFIX='sudo'; else PREFIX=''; fi
|
||||
|
||||
if type apt &>/dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user