[conty] don't include firefox nor qbittorrent

This commit is contained in:
Gwenhael Le Moine 2023-06-30 14:12:29 +02:00
parent bb536447e3
commit bdb9404ee3
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -6,7 +6,7 @@ PRGNAM=$(basename "$CWD")
GITHUB_REPO=Kron4ek/Conty
VERSION=${VERSION:-"latest"}
ARCH=${ARCH:-$(uname -m)}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-gwh}
TMP=${TMP:-/tmp/$TAG}
@ -43,6 +43,11 @@ case $VERSION in
;;
esac
# don't embed
for i in firefox qbittorrent ; do
sed -i "s|$i||" ./create-arch-bootstrap.sh
done
./create-arch-bootstrap.sh
./create-conty.sh