diff --git a/list.md b/list.md index ed0f10f..25d62a2 100644 --- a/list.md +++ b/list.md @@ -1,5 +1,7 @@ # This has been retired. Please refer to the README.md for scripts. +# Some of these commands may not function as normal, I will NOT provide any compensation or support for commands that are run that cause things to break. Thanks for your understanding. +![SA Sig](https://sophiaatkinson.com/wp-content/uploads/2022/10/signature-blurple.svg) _______________________________________________________________________ ## Update & Upgrade @@ -73,15 +75,25 @@ df -h ``` ## You may need to do this if on virsion 22.04 or higher -```fdisk``` -l (note it's partition 3 by looking at the current Size) + +```fdisk -l``` (note it's partition 3 by looking at the current Size) + ```parted``` + ```Fix``` + ```3``` + ```100%``` + ```quit``` + ```pvresize /dev/sda3``` + ```lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv``` + ```resize2fs /dev/ubuntu-vg/ubuntu-lv``` + ```df -h``` _________________________________________________________________________ diff --git a/scripts/giteainstall.sh b/scripts/giteainstall.sh index ff3e83e..2194595 100644 --- a/scripts/giteainstall.sh +++ b/scripts/giteainstall.sh @@ -16,7 +16,7 @@ do ;; esac done -GITEA_VER="1.17.3" +GITEA_VER="1.17.4" sudo systemctl stop gitea sudo apt-get install git -y sudo ufw allow 3000 diff --git a/scripts/wpinstall.sh b/scripts/wpinstall.sh index 3aea5e3..ee2215d 100644 --- a/scripts/wpinstall.sh +++ b/scripts/wpinstall.sh @@ -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 \ No newline at end of file +rm -rf latest.zip +chmod -R 775 $INSTALL_DIR \ No newline at end of file