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/root.face.icon
|
||||
|
||||
sudo cp -fu 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
|
||||
cp -fu src/home/.face.icon ~/.face.icon
|
||||
cd /tmp/ || exit
|
||||
sudo cp -fu danos/src/home/root.face.icon /usr/share/sddm/faces/root.face.icon
|
||||
sudo cp -fu danos/src/home/.face.icon /usr/share/sddm/faces/.face.icon
|
||||
cp -fu danos/src/home/.faceace.icon ~/.face.icon
|
||||
|
||||
setfacl -m u:sddm:x ~/
|
||||
setfacl -m u:sddm:r ~/.face.icon
|
||||
@@ -386,13 +386,13 @@ SDDMCONFIG'
|
||||
check_error "Setup SDDM Login"
|
||||
|
||||
# Midnight-Commander ini file
|
||||
mkdir -p ~/.config/mc
|
||||
cat <<"MCINI" >~/.config/mc/ini
|
||||
[Midnight-Commander]
|
||||
skin=nicedark
|
||||
# mkdir -p ~/.config/mc
|
||||
# cat <<"MCINI" >~/.config/mc/ini
|
||||
#[Midnight-Commander]
|
||||
#skin=nicedark
|
||||
|
||||
MCINI
|
||||
check_error "Setup Midnight-Commander ini file"
|
||||
#MCINI
|
||||
# check_error "Setup Midnight-Commander ini file"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user