Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-online committed Jan 5, 2025
1 parent cdcc272 commit 73cd84b
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ set -e

echo "Running main.sh..."

# Пакеты
./packages/apt_prepare.sh
./packages/base.sh # базовые пакеты для работы системы
./packages/DE/gnome.sh # почему бы и нет
./packages/apt_ending.sh

# Настройка
./configuration/branding.sh
./configuration/settings.sh
./configuration/kernel.sh
./make/zstd.sh
./make/cargo.sh
./make/bootupd.sh
./make/bootc.sh
./configuration/ostree.sh
cat "/src/configuration/source/initrd.mk.oem"
## Пакеты
#./packages/apt_prepare.sh
#./packages/base.sh # базовые пакеты для работы системы
#./packages/DE/gnome.sh # почему бы и нет
#./packages/apt_ending.sh
#
## Настройка
#./configuration/branding.sh
#./configuration/settings.sh
#./configuration/kernel.sh
#./make/zstd.sh
#./make/cargo.sh
#./make/bootupd.sh
#./make/bootc.sh
#./configuration/ostree.sh

echo "All scripts executed successfully."

0 comments on commit 73cd84b

Please sign in to comment.