Skip to content

abvitasa/splashkit-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SplashKit All-In-One (AIO) installer

Install Splashkit and related tools on Windows, MacOS, and Ubuntu

Run the following in the terminal to install.

Windows

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/aio-install.sh'))

Ubuntu

wget https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/all-in-one.sh -O - | bash

MacOS

bash <(curl -s https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/all-in-one.sh)

Ubuntu Container

apt install curl git -y && bash <(curl -s https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/ubuntu-image.sh)


Run the following in the terminal to uninstall.

Windows

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/uninstall.sh'))

Ubuntu

wget https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/uninstall.sh -O - | bash

MacOS

bash <(curl -s https://raw.githubusercontent.com/abvitasa/splashkit-installer/master/uninstall.sh)

Copyrights

Copyright (c) 2022 Auden Vitasa

About

Install SplashKit and all related tools on Windows, Linux(Ubuntu), and MacOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages