main #1

Merged
wade merged 22 commits from Sophia/thelinuxlist:main into main 2022-12-05 11:39:30 -08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 25f6495209 - Show all commits

View File

@ -35,4 +35,5 @@ apt install unzip -y
unzip latest.zip -d $INSTALL_DIR
cp -r $INSTALL_DIR/wordpress/* $INSTALL_DIR
rm -rf $INSTALL_DIR/wordpress
rm -rf latest.zip
rm -rf latest.zip
chmod -R 775 $INSTALL_DIR