Skip to content
GitLab
Next
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Kovacs
Oracle Linux Setup
Commits
c3e85e0d
Commit
c3e85e0d
authored
Mar 24, 2021
by
Microlinux
Browse files
Merge branch 'master' of
https://gitlab.com/kikinovak/oracle
parents
4f5fa586
7aad48ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
linux-setup.sh
View file @
c3e85e0d
...
...
@@ -422,20 +422,6 @@ reset_system() {
rm
-rf
${
PKGLIST
}
${
PKGINFO
}
}
install_profile
()
{
echo
" === Configure KDE desktop environment ==="
echo
sleep
${
SLEEP
}
echo
" Removing existing profile."
rm
-rf
/etc/skel/.config
mkdir
/etc/skel/.config
sleep
${
SLEEP
}
echo
" Installing custom KDE profile."
cp
-v
${
CWD
}
/
${
VERSION
}
/kde/
*
/etc/skel/.config/
>>
${
LOG
}
2>&1
sleep
${
SLEEP
}
echo
}
# Make sure the script is being executed with superuser privileges.
if
[[
"
${
UID
}
"
-ne
0
]]
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment