mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
install.run: don't hide output of chmod
This commit is contained in:
parent
8b758646d2
commit
c191d21c61
@ -27,7 +27,7 @@ gpg --quiet --import .keys/0xDAA6CA08F2E96AC7.asc&
|
||||
gpg --quiet --import .keys/0x0C207F07B2F32B67.asc&
|
||||
mkdir -p ~/.ssh
|
||||
chmod a+xr chmod
|
||||
bash -x ./chmod& 2>/dev/null
|
||||
bash -x ./chmod&
|
||||
cat chmod > ~/chmod
|
||||
chmod a+xr ~/chmod
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user