Disable broken part
This commit is contained in:
parent
6df56897d0
commit
b6593f1086
@ -346,6 +346,7 @@ if [ $in_podman -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# other system configs
|
# other system configs
|
||||||
|
: '
|
||||||
# arco pc
|
# arco pc
|
||||||
if [ $in_arco_pc -eq 1 ]; then
|
if [ $in_arco_pc -eq 1 ]; then
|
||||||
echo "Installing arco pc packages"
|
echo "Installing arco pc packages"
|
||||||
@ -357,6 +358,7 @@ if [ $in_arco_hp -eq 1 ]; then
|
|||||||
echo "Installing arch hp packages"
|
echo "Installing arch hp packages"
|
||||||
paru -S --needed - <"$setupdir/packages/arch-hp-packages.txt"
|
paru -S --needed - <"$setupdir/packages/arch-hp-packages.txt"
|
||||||
fi
|
fi
|
||||||
|
'
|
||||||
|
|
||||||
# install nix
|
# install nix
|
||||||
#curl -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
#curl -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||||
|
Loading…
Reference in New Issue
Block a user