mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
11 lines
183 B
Bash
11 lines
183 B
Bash
# install rcm on arch by paru
|
|
if hash paru2>/dev/null; then
|
|
paru -S rcm
|
|
fi
|
|
|
|
# install rcm on ubuntu
|
|
if hash apt2>/dev/null; then
|
|
sudo apt install -y rcm
|
|
fi
|
|
|
|
rcup rcrc && rcup
|