Skip to content

Commit

Permalink
Update vanubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot committed Jun 24, 2023
1 parent 8e8e310 commit 73cec24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vanubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo "Installing build tools..."
apt-get install -y debootstrap schroot

echo "Setting up fake Vanubuntu..."
debootstrap --include="software-properties-common,ubiquity,squashfs-tools,lsb-release,git" --components="main,restricted,universe,multiverse" --variant=buildd --arch amd64 $VANUBUNTU_VERSION_CODE /tmp/vanubuntu-daily-build-chroot http://archive.ubuntu.com/ubuntu/
debootstrap --include="software-properties-common,ubiquity,squashfs-tools,lsb-release,git,gnome-session" --components="main,restricted,universe,multiverse" --variant=buildd --arch amd64 $VANUBUNTU_VERSION_CODE /tmp/vanubuntu-daily-build-chroot http://archive.ubuntu.com/ubuntu/
echo """[vanubuntu]
description=Vanubuntu $VANUBUNTU_VERSION daily LIVE ISO build
directory=/tmp/vanubuntu-daily-build-chroot
Expand All @@ -29,7 +29,7 @@ echo "Updating packages..."
schroot -c vanubuntu -- apt-get update && schroot -c vanubuntu -- apt-get upgrade -y

echo "Installing GNOME desktop environment..."
schroot -c vanubuntu -- apt-get install -y gnome-session gnome-boxes gnome-connections gnome-core firefox
schroot -c vanubuntu -- apt-get install -y gnome-core gnome-boxes gnome-connections gnome-core firefox

echo "Editing lsb-release file..."
echo """PRETTY_NAME=\"Vanubuntu $VANUBUNTU_VERSION\"
Expand Down

0 comments on commit 73cec24

Please sign in to comment.