Keep imagegeneration scripts in macOS and Ubuntu (#7572)

This commit is contained in:
Vasilii Polikarpov
2023-05-12 09:35:09 +02:00
committed by GitHub
parent 91f9205adb
commit 0997df9069
2 changed files with 1 additions and 4 deletions

View File

@@ -11,9 +11,6 @@ chmod -R 777 /opt
echo "chmod -R 777 /usr/share" echo "chmod -R 777 /usr/share"
chmod -R 777 /usr/share chmod -R 777 /usr/share
# remove installer and helper folders
rm -rf $HELPER_SCRIPT_FOLDER
rm -rf $INSTALLER_SCRIPT_FOLDER
chmod 755 $IMAGE_FOLDER chmod 755 $IMAGE_FOLDER
# Remove quotes around PATH # Remove quotes around PATH

View File

@@ -32,7 +32,7 @@ if ! is_Ventura; then
yarn cache clean yarn cache clean
fi fi
# Clean up temporary directories # Clean up temporary directories
sudo rm -rf ~/utils ~/image-generation /tmp/* sudo rm -rf ~/utils /tmp/*
# Erase all indexes and wait until the rebuilding process ends, # Erase all indexes and wait until the rebuilding process ends,
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish # for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish