Commit Graph

90 Commits

Author SHA1 Message Date
cd9c5910b7
Merge pull request #2 from jiriks74/add_fabric_support
Add initial support for Fabric
v2.0.0
2023-02-27 05:44:06 +01:00
7cb94c80a2
Remove complicated variable getting
It was there for no reason
2023-02-27 05:43:39 +01:00
0ea15a86f5
Remove useless echo 2023-02-27 05:42:14 +01:00
c84d8c7d44 Add initial support for Fabric 2023-02-27 05:39:44 +01:00
68ca598ba1 Update help message 2023-02-27 04:02:43 +01:00
ad53b9a6cf Fix duplicate helper scripts update 2023-02-27 03:54:19 +01:00
2731e6f2a3 Fix Makefile's version mismatch detection v1.1.8 2023-02-27 03:48:05 +01:00
b12f4589f5 Fix updating helper scripts after script update 2023-02-27 03:32:43 +01:00
5b637cf84d Fix system java detection v1.1.7 2023-02-27 03:22:55 +01:00
2845e4cd4f Fi typo in Makefile and .gitignore 2023-02-27 03:07:54 +01:00
d5928d5533 Update oneliner setup v1.1.6 2023-02-27 02:58:02 +01:00
2d6862a240 Fix bad download link in helper scripts update, remove --redownload 2023-02-27 02:55:31 +01:00
0f1e4b2562 Fix script downloading old helper scripts v1.1.5 2023-02-27 02:48:05 +01:00
58edc3ee22 Fix helper script download and script restarting for curl isntall v1.1.4 2023-02-27 02:39:07 +01:00
5ba70719a6 Bugfix version bump v1.1.3 2023-02-27 02:34:06 +01:00
7ef61167a4 Fix script restarting 2023-02-27 02:33:15 +01:00
5221d16f00 Add helper-script to gitignore, bugfix version bump v1.1.2 2023-02-27 02:29:42 +01:00
ff6b4a53ea Fix --redownload not restarting after successful download 2023-02-27 02:27:55 +01:00
cd7ec87178 Add check to Makefile for scripts version mismatch v1.1.1 2023-02-27 02:20:54 +01:00
a28a24c053 Fix script reload 2023-02-27 01:30:23 +01:00
3b81b39731 Bugfix version bump 2023-02-27 01:27:23 +01:00
cc2ec17b05 Fix relaunching the script after update 2023-02-27 01:23:54 +01:00
be70839f3b Fix --editor-config 2023-02-27 01:19:19 +01:00
6581e516e8 Swith to bash 2023-02-27 01:17:25 +01:00
2f2655b0db Fix --editor-config 2023-02-27 01:16:49 +01:00
4763f4038a Fix $EDITOR check 2023-02-27 01:15:02 +01:00
02b3d0fa54 Update Basic setup 2023-02-27 01:13:24 +01:00
066323ed77 Improve Makefile 2023-02-27 01:10:24 +01:00
7a2fbb29e8 Implement a simple makefile
to make creating a new release archive easier
v1.1.0
2023-02-27 01:06:28 +01:00
0858631fee Remove accidentally added files 2023-02-27 01:05:14 +01:00
0b1b2d1626 Version bump 2023-02-27 01:04:32 +01:00
dc45b90d98 Implement --edit-config 2023-02-27 01:03:56 +01:00
b017c00a6c Reload the script after --redownload 2023-02-27 00:57:15 +01:00
9e2d15238b Fix --redownload
Was missing a call to get the latest version
2023-02-27 00:55:27 +01:00
f8dd301eeb Improve --redownload
Refactor junk code
2023-02-27 00:52:04 +01:00
11eeafa289 Fix --redownload 2023-02-27 00:48:56 +01:00
3fd64aacf0 Move launch.cfg to msman.cfg to fix it 2023-02-27 00:43:02 +01:00
7f82e98043 Fix self-updates, fix msman.cfg v1.0.1 2023-02-27 00:41:10 +01:00
0289b5dc49 Fix self-updates 2023-02-27 00:39:27 +01:00
d219c5c2cc
Merge pull request #1 from jiriks74/initial_release
Initial release
v1.0.0
2023-02-26 23:56:32 +01:00
5a31f38f2b Merge remote-tracking branch '[start_papermc.sh/v2.0.0](https://github.com/jiriks74/start_papermc.sh/tree/v2.0.0)' into initial_release 2023-02-26 23:54:57 +01:00
da1db87be8 Add basic readme 2023-02-26 22:24:24 +01:00
4ad8e9fcc6
Initial commit 2023-02-26 21:33:21 +01:00
0cccd98953 Add check if the helper scripts exist 2023-02-25 20:55:55 +01:00
5654555ee9 Add update functionality for helper scripts 2023-02-25 20:52:02 +01:00
7284efa542 Add tar as a dependency 2023-02-25 17:59:28 +01:00
a31cd280e3 Add set -e to all scripts 2023-02-25 17:56:44 +01:00
49e9bff013 Add OenJDK JRE download
Downloads the correct OpenJDK JRE if the wrong (or no) version of Java is installed
2023-02-25 10:24:18 +01:00
4d2d3bc956 Make ms-manager folder hidden for less clutter 2023-02-25 08:53:00 +01:00
4c781b424c Add first run question 2023-02-25 08:49:57 +01:00