sudo bash -c "$(curl -q -LSsf <https://github.com/desktopmgr/installer/raw/main/install.sh>)" && sudo desktopmgr install installer
OR
desktopmgr update mate
OR
bash -c "$(curl -q -LSsf https://github.com/desktopmgr/mate/raw/main/install.sh)"
requirements:
Debian based:
apt install mate
Fedora Based:
yum install mate
Arch Based:
pacman -S mate
MacOS:
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/"