mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-22 18:06:47 +00:00
chore(lint): add set -e; set -u for strict bash
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -u
|
||||
|
||||
function __install_rust() {
|
||||
# Straight from https://rustup.rs/
|
||||
|
||||
Reference in New Issue
Block a user