Update
This commit is contained in:
parent
9ace6b0366
commit
0f5201aa6a
|
@ -27,9 +27,9 @@ Os_release() {
|
|||
|
||||
# Get URLs from the Melawy Linux web site!
|
||||
local home=https://melawy.ru/
|
||||
local doc=https://melawy.ru/
|
||||
local support=https://melawy.ru/
|
||||
local bugs=https://melawy.ru/
|
||||
local doc=https://melawy.ru/help
|
||||
local support=https://melawy.ru/help
|
||||
local bugs=https://melawy.ru/help
|
||||
local privacy=https://melawy.ru/
|
||||
|
||||
sed -i $file \
|
||||
|
@ -64,34 +64,44 @@ Issues() {
|
|||
Motd() {
|
||||
MOTD=$(
|
||||
cat <<'EOF'
|
||||
Info:
|
||||
This ISO is based on Arch-ISO modified hugely to provide Installation Environment for Melawy Linux.
|
||||
https://melawy.ru
|
||||
|
||||
Melawy Linux-archiso Sources:
|
||||
Melawy Linux Sources:
|
||||
https://gitlab.com/melawy
|
||||
https://gitlab.com/Melawy
|
||||
|
||||
Arch-ISO Source:
|
||||
https://gitlab.archlinux.org/archlinux/archiso
|
||||
|
||||
Calamares as our installer:
|
||||
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.
|
||||
|
||||
Getting help:
|
||||
News:
|
||||
https://melawy.ru
|
||||
https://sourceforge.net/projects/melawy-linux/support
|
||||
https://en.melawy.ru
|
||||
|
||||
Bugs can be reported here:
|
||||
https://sourceforge.net/projects/melawy-linux/support
|
||||
https://techhub.social/@Melawy
|
||||
|
||||
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:
|
||||
https://melawy.ru/donate
|
||||
|
||||
Thank you for donating your trust in us!
|
||||
------------------
|
||||
|
||||
Welcome to your Melawy Linux
|
||||
|
||||
------------------
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue