2017-03-02 03:04:01 +00:00
|
|
|
# !/bin/bash
|
|
|
|
#
|
|
|
|
# Architect Installation Framework (2016-2017)
|
|
|
|
#
|
|
|
|
# Written by Carl Duff and @mandog for Archlinux
|
|
|
|
# Heavily modified and re-written by @Chrysostomus to install Manjaro instead
|
|
|
|
# Contributors: @papajoker, @oberon and the Manjaro-Community.
|
|
|
|
#
|
|
|
|
# This program is free software, provided under the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation. So feel free to copy, distribute,
|
|
|
|
# or modify it as you wish.
|
2017-02-10 16:27:47 +00:00
|
|
|
|
|
|
|
if [ -e /run/miso/bootmnt/manjaro ]; then
|
|
|
|
install -Dm755 /usr/share/applications/manjaro-architect.desktop \
|
|
|
|
$(xdg-user-dir DESKTOP)/manjaro-architect.desktop
|
|
|
|
fi
|