A quanto pare occorre libatomic1
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
function feat_addpacks_npm_dev() {
|
function feat_addpacks_npm_dev() {
|
||||||
if ! feat_missing "apt-get"; then
|
if ! feat_missing "apt-get"; then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y wget curl tar
|
sudo apt-get install -y wget curl tar libatomic1
|
||||||
elif ! feat_missing "pacman"; then
|
elif ! feat_missing "pacman"; then
|
||||||
sudo pacman -S --needed base-devel wget curl tar
|
sudo pacman -S --needed base-devel wget curl tar
|
||||||
elif ! feat_missing "apk"; then
|
elif ! feat_missing "apk"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user