This commit is contained in:
Sophia Atkinson 2022-12-25 18:17:48 -08:00
commit 71cdecdd13
3 changed files with 16 additions and 3 deletions

14
list.md
View File

@ -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```
_________________________________________________________________________

View File

@ -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

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