This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Welcome to Troplo's Microsoft Office installation script for WINE (Arch Linux, yay required)" | |
echo "" | |
echo "Known issues:" | |
echo "- Broken Microsoft login (good thing!)" | |
echo "- Doesn't receive feature updates due to Windows 7 EoL." | |
echo "- OneNote, and Teams don't work." | |
echo "- Excel has a tendency to flicker when typing." | |
echo "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installing | |
### NGINX | |
First we're going to need to login to your Vultr server via SSH. This can be done via multiple methods. Assuming you've already logged into the "root" user of your Vultr server. We can now get started. | |
First as root, run the command: | |
apt install nginx -y | |