Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Sep 1, 2021
1 parent 70847ac commit 2a6f875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ chmod -cf 555 /srv/ftp /sys
chmod -cf 1777 /tmp /var/spool/mail /var/tmp
chmod -cf 2755 /var/log/journal
.
edition="xfce"
if [[ ! -z ${edition} ]]; then
manjaro_packages="https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles/-/raw/master/editions/${edition}?inline=false"
manjaro_services="https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles/-/raw/master/services/${edition}?inline=false"
Expand Down
1 change: 1 addition & 0 deletions manki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ chmod -cf 555 /srv/ftp /sys
chmod -cf 1777 /tmp /var/spool/mail /var/tmp
chmod -cf 2755 /var/log/journal
.
edition="xfce"
if [[ ! -z ${edition} ]]; then
manjaro_packages="https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles/-/raw/master/editions/${edition}?inline=false"
manjaro_services="https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles/-/raw/master/services/${edition}?inline=false"
Expand Down

0 comments on commit 2a6f875

Please sign in to comment.