fix
This commit is contained in:
parent
8f62e787e7
commit
33559ee63c
1 changed files with 1 additions and 5 deletions
|
@ -367,7 +367,7 @@ if [ "${version}" != "libre" ]; then
|
|||
aurinstall plymouth-theme-dark-arch
|
||||
plymouth-set-default-theme -R dark-arch
|
||||
aurinstall snapd
|
||||
if [ "${archchroot}" == "archchroot" ]; then
|
||||
if [ "${archchroot}" != "archchroot" ]; then
|
||||
systemctl enable --now snapd.socket
|
||||
if ! [ -d "/snap" ];then
|
||||
ln -s /var/lib/snapd/snap /snap
|
||||
|
@ -666,10 +666,6 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
cp /opt/${repo}/snapshot.sh /usr/bin/snapshot
|
||||
chmod 755 /usr/bin/snapshot
|
||||
|
||||
# ip_forward
|
||||
mkdir -p /proc/sys/net/ipv4/
|
||||
echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||
|
||||
# .Conky
|
||||
tar -vxJf /opt/${repo}/.Conky.tar.xz -C /opt/
|
||||
chmod 755 -Rv /opt/.Conky/
|
||||
|
|
Loading…
Reference in a new issue