sudo bash -c "$(curl -q -LSsf <https://github.com/desktopmgr/installer/raw/main/install.sh>)" && sudo desktopmgr install installerOR
desktopmgr update mateOR
bash -c "$(curl -q -LSsf https://github.com/desktopmgr/mate/raw/main/install.sh)"requirements:
Debian based:
apt install mateFedora Based:
yum install mateArch Based:
pacman -S mateMacOS:
Only linux is supported
Manual install:
APPDIR="$HOME/.local/share/CasjaysDev/desktopmgr/mate"
mv -fv "$HOME/.config/mate" "$HOME/.config/mate.bak"
git clone "https://github.com/desktopmgr/mate" "$APPDIR"
cp -Rfv "$APPDIR/etc/." "$HOME/.config/mate/"
[ -d "$APPDIR/bin" ] && cp -Rfv "$APPDIR/bin/." "$HOME/.local/bin/"