Fix copy from temp danos source
This commit is contained in:
20
install.sh
20
install.sh
@@ -351,10 +351,10 @@ function start_installation() {
|
|||||||
|
|
||||||
sudo rm /usr/share/sddm/faces/.face.icon
|
sudo rm /usr/share/sddm/faces/.face.icon
|
||||||
sudo rm /usr/share/sddm/faces/root.face.icon
|
sudo rm /usr/share/sddm/faces/root.face.icon
|
||||||
|
cd /tmp/ || exit
|
||||||
sudo cp -fu src/home/root.face.icon /usr/share/sddm/faces/root.face.icon
|
sudo cp -fu danos/src/home/root.face.icon /usr/share/sddm/faces/root.face.icon
|
||||||
sudo cp -fu src/home/.face.icon /usr/share/sddm/faces/.face.icon
|
sudo cp -fu danos/src/home/.face.icon /usr/share/sddm/faces/.face.icon
|
||||||
cp -fu src/home/.face.icon ~/.face.icon
|
cp -fu danos/src/home/.faceace.icon ~/.face.icon
|
||||||
|
|
||||||
setfacl -m u:sddm:x ~/
|
setfacl -m u:sddm:x ~/
|
||||||
setfacl -m u:sddm:r ~/.face.icon
|
setfacl -m u:sddm:r ~/.face.icon
|
||||||
@@ -386,13 +386,13 @@ SDDMCONFIG'
|
|||||||
check_error "Setup SDDM Login"
|
check_error "Setup SDDM Login"
|
||||||
|
|
||||||
# Midnight-Commander ini file
|
# Midnight-Commander ini file
|
||||||
mkdir -p ~/.config/mc
|
# mkdir -p ~/.config/mc
|
||||||
cat <<"MCINI" >~/.config/mc/ini
|
# cat <<"MCINI" >~/.config/mc/ini
|
||||||
[Midnight-Commander]
|
#[Midnight-Commander]
|
||||||
skin=nicedark
|
#skin=nicedark
|
||||||
|
|
||||||
MCINI
|
#MCINI
|
||||||
check_error "Setup Midnight-Commander ini file"
|
# check_error "Setup Midnight-Commander ini file"
|
||||||
|
|
||||||
# Qtile Core Dependencies apt install
|
# Qtile Core Dependencies apt install
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt install -y feh python3-full python3-pip python3-venv pipx libxkbcommon-dev libxkbcommon-x11-dev libcairo2-dev pkg-config
|
sudo DEBIAN_FRONTEND=noninteractive apt install -y feh python3-full python3-pip python3-venv pipx libxkbcommon-dev libxkbcommon-x11-dev libcairo2-dev pkg-config
|
||||||
|
|||||||
Reference in New Issue
Block a user