Skip to content

Commit

Permalink
Fix generate-live-io script T-vK#26
Browse files Browse the repository at this point in the history
  • Loading branch information
T-vK committed Apr 10, 2022
1 parent 63f7939 commit f12a3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/main/generate-live-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ else
fi

if [ ! -d "${THIRDPARTY_DIR}/livecd-tools" ]; then
echo "> Downlaoding and installing livecd-tools..."
echo "> Downloading and installing livecd-tools..."
mkdir -p "${THIRDPARTY_DIR}"
cd "${THIRDPARTY_DIR}"
git clone --depth=1 https://github.com/livecd-tools/livecd-tools.git
git clone https://github.com/livecd-tools/livecd-tools.git --branch=livecd-tools-28.3 --single-branch livecd-tools
cd livecd-tools
sudo make install
sudo pip3 install urlgrabber
Expand Down

0 comments on commit f12a3f6

Please sign in to comment.