File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- set -oue pipefail
3+ set -uxeo pipefail
4+
5+ sed -i ' s@enabled=0@enabled=1@g' /etc/yum.repos.d/ublue-os-staging-fedora-* .repo
6+ dnf5 install -y taidan
7+ sed -i ' s@enabled=1@enabled=0@g' /etc/yum.repos.d/ublue-os-staging-fedora-* .repo
48
59systemctl enable taidan-initial-setup-reconfiguration.service
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ modules:
1313 - 1password
1414
1515 - type : dnf
16- repos :
17- copr :
18- - ublue-os/staging
1916 install :
2017 packages :
2118 - audacious
@@ -49,7 +46,6 @@ modules:
4946 - qt5-qtstyleplugins
5047 - sox
5148 - strace
52- - taidan
5349 - virt-manager
5450 - vorbis-tools
5551 - wine-ms-sans-serif-fonts
@@ -83,7 +79,7 @@ modules:
8379
8480 - type : script
8581 snippets :
86- - ' cd $CONFIG_DIRECTORY/scripts && for script in *.sh; do [ -f "$script" ] && bash "$script"; done'
82+ - ' cd $CONFIG_DIRECTORY/scripts && for script in *.sh; do [ -f "$script" ] && bash "$script" || exit 1 ; done'
8783
8884 - type : default-flatpaks
8985 notify : true # Send notification after install/uninstall is finished
You can’t perform that action at this time.
0 commit comments