Skip to content

Commit

Permalink
fix go yay makedepend
Browse files Browse the repository at this point in the history
  • Loading branch information
creio committed Sep 4, 2018
1 parent 2862b7e commit 05c0c08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions airootfs/root/customize_airootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ function fixHibernate() {
sed -i 's/#\(HandleLidSwitch=\)suspend/\1ignore/' /etc/systemd/logind.conf
}

function removingPackages() {
pacman -R --noconfirm go
}
# function removingPackages() {
# pacman -R --noconfirm go
# }

function fixHaveged(){
systemctl start haveged
Expand Down Expand Up @@ -155,7 +155,7 @@ fontFix
fixWifi
fixPermissions
fixHibernate
removingPackages
# removingPackages
fixHaveged
initkeys
enableServices

0 comments on commit 05c0c08

Please sign in to comment.