Skip to content

sneekyfoxx/arch-mojo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a script to install the mojo programming language on Archlinux and Fedora.

Since mojo needs a version of ncurses that is not available on normal way on Arch, you need to do some extra steps to get mojo working.

Arch Installation

python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py)

Options:

Install mojo globally:
python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) --global

Change working directory:

python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) --dir=/tmp/arch-mojo

Fedora Installation

First install modular with the official instructions Modular

python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) --fedora

Options:

Install mojo globally:
python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) --global --fedora

Change working directory:

python <(curl -sSL https://raw.githubusercontent.com/Sharktheone/arch-mojo/main/install.py) --dir=/tmp/arch-mojo --fedora

About

Install Mojo on Arch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 79.9%
  • Shell 20.1%