Skip to content

Commit afcf3dd

Browse files
authored
Merge pull request #162 from Azkali/patch-4
Add RPGMakerLinux-cicpoffs installation script
2 parents 0b914c9 + 227cf13 commit afcf3dd

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

megascript_apps.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ fn="SuperTuxKart";;d='SuperTuxKart is a free kart racing game that focuses on fu
5454

5555
fn="Xemu";;d='Original Xbox emulator';;sn="xemu.sh";;f="games_and_emulators"
5656

57+
fn="RPGMaker";;d="RPG Maker MV / MZ for Linux";;sn="rpgmakermlinux-cicpoffs.sh";;f="games_and_emulators"
58+
5759
fn="Thonny Python IDE";;d="Thonny is an integrated development environment for Python that is designed for beginners";;sn="thonny.sh";;f="development"
5860

5961
fn="VSCode";;d="Code editor redefined and optimized for building/debugging modern web + cloud applications";;sn="vscode.sh";;f="development"

megascript_apps_fedora.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ fn="SRB2";;d="A 3D open-source Sonic the Hedgehog fangame built using a modified
5252

5353
fn="Xemu";;d='Original Xbox emulator';;sn="xemu.sh";;f="games_and_emulators"
5454

55+
fn="RPGMaker";;d="RPG Maker MV / MZ for Linux";;sn="rpgmakermlinux-cicpoffs.sh";;f="games_and_emulators"
56+
5557
# fn="Thonny Python IDE";;d="Thonny is an integrated development environment for Python that is designed for beginners";;sn="thonny.sh";;f="development"
5658

5759
fn="VSCode";;d="Code editor redefined and optimized for building/debugging modern web + cloud applications";;sn="vscode.sh";;f="development"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
echo "RPGMakerLinux-cicpoffs script started!"
4+
echo -e "Credits: \e[36mhttps://github.com/bakustarver/rpgmakermlinux-cicpoffs\e[0m"
5+
6+
wget -qO- "https://raw.githubusercontent.com/bakustarver/rpgmakermlinux-cicpoffs/main/installgithub.sh" | bash
7+
sleep 1
8+
9+
echo "Done!"

0 commit comments

Comments
 (0)