Compare commits

...

4 Commits

Author SHA1 Message Date
Aiden 24b3a09277
Merge da3a1ed563 into c23c249e6f 2024-03-01 08:52:22 +09:00
Tanner c23c249e6f
Update README.md 2024-02-22 22:36:12 -08:00
Tanner 939e20d746
Update README.md 2024-02-22 22:35:43 -08:00
Aiden da3a1ed563
Updated install.sh
fish (https://fishshell.com/) Refuses to execute without this.
2021-01-24 23:10:05 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<img src="https://img.shields.io/badge/Hosting-Vultr-blue?style=flat-square&logo=server-fault&logo-color=white&link=https://qoilo.com/hosting" alt="Hosting"> <a href="https://www.guilded.gg/Tanners-Space?i=4WPKkDPd"><img src="https://img.shields.io/badge/Support%20Server-Guilded.gg-yellow?style=flat-square&link=https://www.guilded.gg/Tanners-Space?i=4WPKkDPd" alt="Guilded"></a> <img src="https://img.shields.io/badge/Version-4.5.2-red?style=flat-square&link=https://qoilo.com/hosting" alt="Version">
# ShareS - A Nodejs ShareX Upload Server
[![Join Our Discord!](https://img.shields.io/badge/Join%20Our%20Discord!-5865F2?style=flat&logo=discord&logoColor=white&link=https://discord.gg/FWGKzpaszP)](https://discord.gg/FWGKzpaszP)
## Features
- ### Image/Video/General file uploading

View File

@ -1,3 +1,4 @@
#!/bin/sh
echo "Update apt-get"
echo "--------------------------------------------"
apt-get -y update