Skip to content

Commit

Permalink
Add curl to base install
Browse files Browse the repository at this point in the history
  • Loading branch information
sirredbeard authored Sep 24, 2018
1 parent 55e87a6 commit 551d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-targz-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DIST="stable"
cd $TMPDIR

# bootstrap image
sudo cdebootstrap -a $ARCH --include=sudo,locales,git,ssh,apt-transport-https,wget,ca-certificates,man,less,xclip,gnome-themes-standard,gtk2-engines-murrine,dbus-x11,zsh,neovim $DIST $DIST http://deb.debian.org/debian
sudo cdebootstrap -a $ARCH --include=sudo,locales,git,ssh,apt-transport-https,wget,ca-certificates,man,less,xclip,gnome-themes-standard,gtk2-engines-murrine,dbus-x11,zsh,neovim,curl $DIST $DIST http://deb.debian.org/debian

# clean apt cache
sudo chroot $DIST apt-get clean
Expand Down

0 comments on commit 551d9b3

Please sign in to comment.