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 a34787f commit e981d05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vanubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ echo "Installing GNOME desktop environment..."
schroot -c vanubuntu -- apt-get install -y gnome-session gnome-boxes gnome-connections gnome-core firefox

echo "Editing lsb-release file..."
echo """PRETTY_NAME="Vanubuntu $VANUBUNTU_VERSION"
NAME="Vanubuntu GNU/Linux"
VERSION_ID="$VANUBUNTU_VERSION"
VERSION="$VANUBUNTU_VERSION ($VANUBUNTU_CODENAME)"
echo """PRETTY_NAME=\"Vanubuntu $VANUBUNTU_VERSION\"
NAME=\"Vanubuntu GNU/Linux\"
VERSION_ID=\"$VANUBUNTU_VERSION\"
VERSION=\"$VANUBUNTU_VERSION ($VANUBUNTU_CODENAME)\"
VERSION_CODENAME=$VANUBUNTU_CODENAME
ID=vanubuntu
ID_LIKE=ubuntu
HOME_URL="https://vanubuntu.github.io"
SUPPORT_URL="https://github.com/vanubuntu/VanubISO/wiki"
BUG_REPORT_URL="https://github.com/vanubuntu/VanubISO/issues/new/choose""" > /tmp/vanubuntu-daily-build-chroot/etc/os-release
HOME_URL=\"https://vanubuntu.github.io\"
SUPPORT_URL=\"https://github.com/vanubuntu/VanubISO/wiki\"
BUG_REPORT_URL=\"https://github.com/vanubuntu/VanubISO/issues/new/choose\"""" > /tmp/vanubuntu-daily-build-chroot/etc/os-release

echo "Creating Vanubuntu ISO file..."
bash -c "tar -cvzf vanubuntu-x64.iso $GITHUB_WORKSPACE -C /tmp/vanubuntu-daily-build-chroot"
Expand Down

0 comments on commit e981d05

Please sign in to comment.