Browse Source

update

master
crims0n 4 years ago
parent
commit
177dc76090
  1. 2
      linux-live/buildconfig
  2. 2
      linux-live/modules/slax/04-apps/install2

2
linux-live/buildconfig

@ -6,7 +6,7 @@ DISTRIBUTION_TYPE="debian"
# distribution
# дистрибутив
DISTRIBUTION="stretch"
DISTRIBUTION="buster"
# distribution arch
# note: stretch only works with amd64

2
linux-live/modules/slax/04-apps/install2

@ -22,6 +22,8 @@ apt-get source pcmanfm >>$OUTPUT 2>&1
if [ $DISTRIBUTION = "stretch" ]; then
cd pcmanfm-1.2.5
elif [ $DISTRIBUTION = "bullseye" ]; then
cd pcmanfm-1.3.2
else
cd pcmanfm-1.3.1
fi

Loading…
Cancel
Save