mirror of
https://github.com/amark/gun.git
synced 2025-07-08 13:52:32 +00:00
nope need curl lol
This commit is contained in:
parent
580058056f
commit
30eff267ea
@ -17,12 +17,12 @@
|
|||||||
cd ~
|
cd ~
|
||||||
apt-get install sudo -y
|
apt-get install sudo -y
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install git git-core systemd -y
|
sudo apt-get install curl git git-core systemd -y
|
||||||
sudo apt-get install systemctl -y
|
sudo apt-get install systemctl -y
|
||||||
#fedora/openSUSE
|
#fedora/openSUSE
|
||||||
sudo yum check-update -y
|
sudo yum check-update -y
|
||||||
sudo yum install git git-core systemd -y
|
sudo yum install curl git git-core systemd -y
|
||||||
sudo yum install systemctl -y
|
sudo yum install curl systemctl -y
|
||||||
|
|
||||||
#screen -S install # You can safely CTRL+A+D to escape without stopping the process. `screen -R install` to resume. Stop all with `killall screen`. Note: May need to `sudo apt-get install screen`
|
#screen -S install # You can safely CTRL+A+D to escape without stopping the process. `screen -R install` to resume. Stop all with `killall screen`. Note: May need to `sudo apt-get install screen`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user