1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-07 16:23:30 -04:00

Add set -u

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-20 18:23:38 -07:00
parent ba6116bf6f
commit e04febb0fe
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
7 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
#Please note that this is how I PERSONALLY setup my computer - I do some stuff such as not using anything to download GNOME extensions from extensions.gnome.org and installing the extensions as a package instead
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -16,7 +16,7 @@
#Please note that this is how I PERSONALLY setup my computer - I do some stuff such as not using anything to download GNOME extensions from extensions.gnome.org and installing the extensions as a package instead
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -16,7 +16,7 @@
# You need to add either the non-subscription repo or the testing repo from the Proxmox WebUI after running this script.
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations under
# the License.
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -16,7 +16,7 @@
#Please note that this is how I PERSONALLY setup my computer - I do some stuff such as not using anything to download GNOME extensions from extensions.gnome.org and installing the extensions as a package instead
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -16,7 +16,7 @@
#Meant to be run on Ubuntu Pro Minimal
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"

View File

@ -16,7 +16,7 @@
# Assumes that it is run AFTER https://github.com/TommyTran732/Linux-Setup-Scripts/blob/main/Ubuntu-24.04-Server.sh
set -e
set -eu
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"