#!/usr/bin/env bash
This commit is contained in:
2
basic-system-setup.sh
Normal file → Executable file
2
basic-system-setup.sh
Normal file → Executable 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} "
|
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,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
Color_Off='\033[0m'
|
Color_Off='\033[0m'
|
||||||
Blue='\033[0;34m'
|
Blue='\033[0;34m'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Wrapper script for install, for easier execution via URL.
|
# Wrapper script for install, for easier execution via URL.
|
||||||
|
|
||||||
if [ "$EUID" -ne 0 ]; then PREFIX='sudo'; else PREFIX=''; fi
|
if [ "$EUID" -ne 0 ]; then PREFIX='sudo'; else PREFIX=''; fi
|
||||||
|
|||||||
2
linupx-repo-change.sh
Normal file → Executable file
2
linupx-repo-change.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|||||||
2
ucs-upgrade
Normal file → Executable file
2
ucs-upgrade
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
univention-upgrade --ignoressh --ignoreterm --noninteractive
|
univention-upgrade --ignoressh --ignoreterm --noninteractive
|
||||||
|
|
||||||
|
|||||||
2
vnc-install-ubuntu.sh
Normal file → Executable file
2
vnc-install-ubuntu.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
sudo apt install x11vnc -y
|
sudo apt install x11vnc -y
|
||||||
sudo x11vnc -storepasswd /etc/x11vnc.pass
|
sudo x11vnc -storepasswd /etc/x11vnc.pass
|
||||||
|
|||||||
2
webmin-install.sh
Normal file → Executable file
2
webmin-install.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Webmin Install Script
|
# Webmin Install Script
|
||||||
|
|
||||||
if type apt &>/dev/null; then
|
if type apt &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user