mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-08-01 18:16:03 -04:00
Add set -u
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5500bc5164
commit
14fa0d89e1
12 changed files with 12 additions and 12 deletions
|
@ -14,7 +14,7 @@
|
|||
# License for the specific language governing permissions and limitations under
|
||||
# the License.
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
# Install necessary packages
|
||||
dnf install -y @hardware-support arc-theme chrony gnome-keyring NetworkManager-wifi network-manager-applet qubes-core-agent-networking qubes-core-agent-network-manager xfce4-notifyd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue