[conty] don't include firefox nor qbittorrent
This commit is contained in:
parent
bb536447e3
commit
bdb9404ee3
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,7 @@ PRGNAM=$(basename "$CWD")
|
||||||
GITHUB_REPO=Kron4ek/Conty
|
GITHUB_REPO=Kron4ek/Conty
|
||||||
VERSION=${VERSION:-"latest"}
|
VERSION=${VERSION:-"latest"}
|
||||||
ARCH=${ARCH:-$(uname -m)}
|
ARCH=${ARCH:-$(uname -m)}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-gwh}
|
TAG=${TAG:-gwh}
|
||||||
|
|
||||||
TMP=${TMP:-/tmp/$TAG}
|
TMP=${TMP:-/tmp/$TAG}
|
||||||
|
@ -43,6 +43,11 @@ case $VERSION in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# don't embed
|
||||||
|
for i in firefox qbittorrent ; do
|
||||||
|
sed -i "s|$i||" ./create-arch-bootstrap.sh
|
||||||
|
done
|
||||||
|
|
||||||
./create-arch-bootstrap.sh
|
./create-arch-bootstrap.sh
|
||||||
|
|
||||||
./create-conty.sh
|
./create-conty.sh
|
||||||
|
|
Loading…
Reference in a new issue