Disable broken part

This commit is contained in:
exu 2023-11-17 17:43:46 +01:00
parent 6df56897d0
commit b6593f1086

View File

@ -346,6 +346,7 @@ if [ $in_podman -eq 1 ]; then
fi
# other system configs
: '
# arco pc
if [ $in_arco_pc -eq 1 ]; then
echo "Installing arco pc packages"
@ -357,6 +358,7 @@ if [ $in_arco_hp -eq 1 ]; then
echo "Installing arch hp packages"
paru -S --needed - <"$setupdir/packages/arch-hp-packages.txt"
fi
'
# install nix
#curl -sSf -L https://install.determinate.systems/nix | sh -s -- install