Skip to content
Snippets Groups Projects
Unverified Commit 01e73dc7 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Update ubuntu.sh

parent ed0f03b9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
version=0.2.0
tput setaf 4;
echo "";
echo "Misskey auto setup for Ubuntu";
echo " v0.2.0";
echo " v$version";
echo "";
#region initial check
......@@ -490,3 +492,6 @@ tput setaf 2;
tput bold;
echo "ALL MISSKEY INSTALLATION PROCESSES ARE COMPLETE!";
echo "Jump to https://$host/ and continue set up.";
tput setaf 7;
echo "This script version is v$version.";
echo "Please follow @joinmisskey@misskey.io to address bugs and updates.";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment