Changes

Jump to navigation Jump to search
m
Line 18: Line 18:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
== Install Specific version ==
+
==Install Specific version==
 
<br /><syntaxhighlight lang="bash">
 
<br /><syntaxhighlight lang="bash">
 
sudo apt-get install gitlab-ce=13.0.0-ce.0
 
sudo apt-get install gitlab-ce=13.0.0-ce.0
Line 47: Line 47:  
  sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys ED444FF07D8D0BF6
 
  sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys ED444FF07D8D0BF6
   −
Update all expired oneline
+
Update all expired oneline<syntaxhighlight lang="bash">
for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keys.gnupg.net $K; done
+
for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com $K; done
 +
 
 +
# for K in $(apt-key list | grep expired | cut -d'/' -f2 | cut -d' ' -f1); do sudo apt-key adv --recv-keys --keyserver keys.gnupg.net $K; done
 +
</syntaxhighlight>
    
==Using backports==
 
==Using backports==

Navigation menu