update to git

This commit is contained in:
Ward from fusion-voyager-3 2024-01-24 22:27:01 +03:00
parent 396560afe7
commit 5da3d4db95

View File

@ -1,5 +1,7 @@
#! /bin/bash
exec &> >(tee /tmp/pika-installer-gtk4-log)
if [[ -f /tmp/pika-installer-gtk4-target-manual.txt ]]
then
sudo /usr/lib/pika/pika-installer-gtk4/scripts/manual-partition-install.sh
@ -10,4 +12,4 @@ else
else
echo "critical installer error" && exit 1 && touch /tmp/pika-installer-gtk4-fail.txt
fi
fi
fi