Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
trick homedir path
  • Loading branch information
aliorhun authored Nov 10, 2020
1 parent 65fbc48 commit 6a4d820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
mkdir -p /etc/skel/.config/autostart/
cp /usr/share/applications/yusufreis.desktop /etc/skel/.config/autostart/yusufreis.desktop
for homedir in /home/*; do sudo mkdir -p "$homedir/.config/autostart/"; done
for homedir in /home/*; do sudo cp /usr/share/applications/yusufreis.desktop "$homedir/.config/autostart/yusufreis.desktop"; done
for homedir in /home/*; do sudo mkdir -p "\$homedir/.config/autostart/"; done
for homedir in /home/*; do sudo cp /usr/share/applications/yusufreis.desktop "\$homedir/.config/autostart/yusufreis.desktop"; done
chmod o+w -R /usr/share/hvl/yusufreis/ss/" > packages/DEBIAN/postinst
chmod +x packages/DEBIAN/postinst
version=$(date +'%Y%m%d-%H%M%S')
Expand Down

0 comments on commit 6a4d820

Please sign in to comment.