mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 21:17:20 +02:00
install: Fedora Atomic compatibility for root symlinks
This commit is contained in:
parent
f1ed454040
commit
52826f844b
6
install
6
install
@ -130,6 +130,12 @@ fi
|
|||||||
|
|
||||||
# If running as root, which I am doing regardless of not being supposed to,
|
# If running as root, which I am doing regardless of not being supposed to,
|
||||||
if [ "$(id -u)" == "0" ]; then
|
if [ "$(id -u)" == "0" ]; then
|
||||||
|
|
||||||
|
# Fedora Atomic compatibility
|
||||||
|
if [ -d /var/roothome ]; then
|
||||||
|
chmod -v a+x /var/roothome
|
||||||
|
fi
|
||||||
|
|
||||||
# Enables laziness on checking whether or not apt is installed
|
# Enables laziness on checking whether or not apt is installed
|
||||||
mkdir -vp /etc/apt/apt.conf.d/
|
mkdir -vp /etc/apt/apt.conf.d/
|
||||||
# Enables progress bar and colours for apt/dpkg, which are helpful at
|
# Enables progress bar and colours for apt/dpkg, which are helpful at
|
||||||
|
Loading…
x
Reference in New Issue
Block a user