#!/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

2
basic-system-setup.sh Normal file → Executable file
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} "

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
Color_Off='\033[0m'
Blue='\033[0;34m'

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

2
linupx-repo-change.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu
set -o pipefail

2
ucs-upgrade Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
univention-upgrade --ignoressh --ignoreterm --noninteractive

2
vnc-install-ubuntu.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
sudo apt install x11vnc -y
sudo x11vnc -storepasswd /etc/x11vnc.pass

2
webmin-install.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Webmin Install Script
if type apt &>/dev/null; then