Create install file to indicate make install has been executed

This commit is contained in:
gpkvt 2023-07-15 14:22:58 +02:00
parent 48d3020332
commit 1ed32c6e3f
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/private
.task/*.data
install

View File

@ -102,3 +102,5 @@ for i in "${tools[@]}"; do
sudo DEBIAN_FRONTEND=noninteractive apt install ${i} -yq
fi
done
touch install