Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update linux-uupdump-get-fileinfo+packs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LizenzFass78851 authored Oct 5, 2023
1 parent ee68708 commit fc60f80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions uupdump/linux-uupdump-get-fileinfo+packs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ echo ""
fileinfoandpacksrepo="https://github.com/uup-dump"
packs="packs.git"
fileinfo="fileinfo.git"
git clone $fileinfoandpacksrepo/$packs packs
git clone $fileinfoandpacksrepo/$fileinfo fileinfo

[ -d ./packs ] && cd packs && git pull origin && cd ..
[ ! -d ./packs ] && git clone $fileinfoandpacksrepo/$packs packs
[ -d ./fileinfo ] && cd fileinfo && git pull origin && cd ..
[ ! -d ./fileinfo ] && git clone $fileinfoandpacksrepo/$fileinfo fileinfo

echo ""

Expand Down

0 comments on commit fc60f80

Please sign in to comment.