#!/usr/bin/env bash

This commit is contained in:
2018-10-02 20:48:21 -05:00
parent b48058f639
commit bbf37aabf1
7 changed files with 7 additions and 7 deletions
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo -e "${Blue}Blue${Color_Off} ${BBlue}BBlue${Color_Off} ${Green}Green${Color_Off} ${LGreen}LGreen${Color_Off} ${BOrange}BOrange${Color_Off} ${DGray}DGray${Color_Off} ${Red}Red${Color_Off} ${LRed}LRed${Color_Off} "
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
Color_Off='\033[0m'
Blue='\033[0;34m'
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Wrapper script for install, for easier execution via URL.
if [ "$EUID" -ne 0 ]; then PREFIX='sudo'; else PREFIX=''; fi
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu
set -o pipefail
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
univention-upgrade --ignoressh --ignoreterm --noninteractive
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
sudo apt install x11vnc -y
sudo x11vnc -storepasswd /etc/x11vnc.pass
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Webmin Install Script
if type apt &>/dev/null; then