Skip to content

Commit

Permalink
install packages automatically to make the building process easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 authored May 24, 2024
1 parent 2c57a12 commit 999186a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
echo -n Installing packages...
sudo -E apt-get -y install gettext grub2-common genisoimage p7zip-full mtools xorriso
echo -n "checking for gettext ... "
if [ -e "$(which msgfmt)" ]
then
Expand Down

0 comments on commit 999186a

Please sign in to comment.