Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d248206aaa | |||
| 65c62a3d8a | |||
| 3be8ff13d1 |
@@ -59,6 +59,7 @@ if [ -d "/sabayon/artifacts/standard" ]; then
|
||||
#eit sync \$repo
|
||||
else
|
||||
echo "Yes" | eit init --quick \$repo
|
||||
eit push --quick --force
|
||||
fi
|
||||
|
||||
[ -f "/etc/entropy/mykeys/key.pub" ] && [ -f "/etc/entropy/mykeys/private.key" ] && { eit key status \$repo; } \
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo bash << EOF
|
||||
echo "Grabbing system informations, the url to share will happear in a minute"
|
||||
(echo 'lspci'; lspci; echo 'network'; ifconfig -a; echo 'drivers'; lsmod; find /lib/modules; echo 'kernel'; uname -a) | pastebunz
|
||||
EOF
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user