Update to current ruby versions on Manjaro Linux when using RVM and no precompiled binary is available.
sudo pacman -S gcc openssl-1.1
Replace Ruby version at the end of this command with the version you want to install.
| ... | |
| <div class="container"> | |
| <%= render "top_navi.html", conn: @conn %> | |
| </div> | |
| ... |
| #!/bin/zsh | |
| # This should work out of the box on debian based systems. See last comment for sysvinit specific adjustments | |
| # required libs: | |
| # - xsetwacom | |
| # - xinput | |
| # Attach tools to specific monitor (use port name e.g. "VGA1" for non NVIDIA drivers) | |
Update to current ruby versions on Manjaro Linux when using RVM and no precompiled binary is available.
sudo pacman -S gcc openssl-1.1
Replace Ruby version at the end of this command with the version you want to install.