Update
This commit is contained in:
parent
9ace6b0366
commit
0f5201aa6a
|
@ -27,9 +27,9 @@ Os_release() {
|
||||||
|
|
||||||
# Get URLs from the Melawy Linux web site!
|
# Get URLs from the Melawy Linux web site!
|
||||||
local home=https://melawy.ru/
|
local home=https://melawy.ru/
|
||||||
local doc=https://melawy.ru/
|
local doc=https://melawy.ru/help
|
||||||
local support=https://melawy.ru/
|
local support=https://melawy.ru/help
|
||||||
local bugs=https://melawy.ru/
|
local bugs=https://melawy.ru/help
|
||||||
local privacy=https://melawy.ru/
|
local privacy=https://melawy.ru/
|
||||||
|
|
||||||
sed -i $file \
|
sed -i $file \
|
||||||
|
@ -64,34 +64,44 @@ Issues() {
|
||||||
Motd() {
|
Motd() {
|
||||||
MOTD=$(
|
MOTD=$(
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
|
Info:
|
||||||
This ISO is based on Arch-ISO modified hugely to provide Installation Environment for Melawy Linux.
|
This ISO is based on Arch-ISO modified hugely to provide Installation Environment for Melawy Linux.
|
||||||
https://melawy.ru
|
https://melawy.ru
|
||||||
|
|
||||||
Melawy Linux-archiso Sources:
|
Melawy Linux Sources:
|
||||||
https://gitlab.com/melawy
|
https://gitlab.com/melawy
|
||||||
|
https://gitlab.com/Melawy
|
||||||
|
|
||||||
Arch-ISO Source:
|
Arch-ISO Source:
|
||||||
https://gitlab.archlinux.org/archlinux/archiso
|
https://gitlab.archlinux.org/archlinux/archiso
|
||||||
|
|
||||||
Calamares as our installer:
|
Calamares as our installer:
|
||||||
https://github.com/calamares/calamares
|
https://github.com/calamares/calamares
|
||||||
|
------------------
|
||||||
|
|
||||||
Live environment will start now and let you install Melawy Linux to disk, or tryout KDE-Desktop from Live-Session.
|
News:
|
||||||
|
|
||||||
Getting help:
|
|
||||||
https://melawy.ru
|
https://melawy.ru
|
||||||
https://sourceforge.net/projects/melawy-linux/support
|
https://en.melawy.ru
|
||||||
|
|
||||||
Bugs can be reported here:
|
https://techhub.social/@Melawy
|
||||||
https://sourceforge.net/projects/melawy-linux/support
|
|
||||||
|
https://t.me/Melawy_Linux
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Chat:
|
||||||
|
https://t.me/Melawy_Linux_Chat
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Help and Bugs can be reported here:
|
||||||
|
https://melawy.ru/help
|
||||||
|
------------------
|
||||||
|
|
||||||
Our journey wouldn't be made possible without the donates:
|
Our journey wouldn't be made possible without the donates:
|
||||||
https://melawy.ru/donate
|
https://melawy.ru/donate
|
||||||
|
|
||||||
Thank you for donating your trust in us!
|
Thank you for donating your trust in us!
|
||||||
|
------------------
|
||||||
|
|
||||||
Welcome to your Melawy Linux
|
Welcome to your Melawy Linux
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue