fix
This commit is contained in:
parent
1cb63c388d
commit
486684a9c8
1 changed files with 4 additions and 6 deletions
|
@ -46,7 +46,7 @@ function yaourtinstall() {
|
|||
}
|
||||
|
||||
function standartinstallation() {
|
||||
pacman -Syu $(cat /root/${repo}/packages_${version}.txt) --needed --noconfirm
|
||||
pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm
|
||||
}
|
||||
|
||||
function ldconfigcache() {
|
||||
|
@ -64,7 +64,7 @@ function check() {
|
|||
}
|
||||
|
||||
function checkend() {
|
||||
cp /root/${repo}/x11vnc.service /etc/systemd/system/x11vnc.service
|
||||
cp /opt/${repo}/x11vnc.service /etc/systemd/system/x11vnc.service
|
||||
chmod 644 /etc/systemd/system/x11vnc.service
|
||||
systemctl enable x11vnc.service
|
||||
|
||||
|
@ -510,9 +510,9 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
|
||||
# installer-/usr/bin/
|
||||
if [ "${version}" == "libre" ]; then
|
||||
sed "s|%VERSION%|-libre|g;" /root/${repo}/arch-install > /usr/bin/arch-install
|
||||
sed "s|%VERSION%|-libre|g;" /opt/${repo}/arch-install > /usr/bin/arch-install
|
||||
else
|
||||
sed "s|%VERSION%||g;" /root/${repo}/arch-install > /usr/bin/arch-install
|
||||
sed "s|%VERSION%||g;" /opt/${repo}/arch-install > /usr/bin/arch-install
|
||||
fi
|
||||
chmod 755 /usr/bin/arch-install
|
||||
|
||||
|
@ -664,8 +664,6 @@ echo "Bei bedarf pacman -Sc oder -Scc eingeben um [nicht mehr benötigte]/[alle]
|
|||
#hwclock -w
|
||||
#
|
||||
|
||||
#rm -Rv /root/${repo} /root/${repo1}
|
||||
|
||||
pacman -Syu --needed --noconfirm
|
||||
|
||||
copyconfig
|
||||
|
|
Loading…
Reference in a new issue