Skip to content

Commit

Permalink
Update requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDeBlofeld committed Nov 16, 2022
1 parent 951d201 commit e3661d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ for container in ${lxcContainers[@]}; do
sleep .5
done
echo -e "\e[1A\e[KNetwork available in $container";
sudo lxc exec $container -- su - seafile -- ./build.sh -DTA -v $VERSION -h https://github.com/haiwen/seafile-rpi/blob/feat/master/requirements/seahub_requirements_v${VERSION}.txt -d https://github.com/haiwen/seafile-rpi/blob/feat/master/requirements/seafdav_requirements_v${VERSION}.txt
sudo lxc exec $container -- su - seafile -- ./build.sh -DTA -v $VERSION -h https://raw.githubusercontent.com/haiwen/seafile-rpi/master/requirements/seahub_requirements_v${VERSION}.txt -d https://raw.githubusercontent.com/haiwen/seafile-rpi/master/requirements/seafdav_requirements_v${VERSION}.txt
filename=$(sudo lxc exec $container -- bash -c "ls /home/seafile/built-seafile-server-pkgs/seafile-server-$VERSION-*.tar.gz" 2>/dev/null)
sudo lxc file pull "$container$filename" ./

Expand Down

0 comments on commit e3661d0

Please sign in to comment.