A quanto pare occorre libatomic1
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
function feat_addpacks_npm_dev() {
|
||||
if ! feat_missing "apt-get"; then
|
||||
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
|
||||
sudo pacman -S --needed base-devel wget curl tar
|
||||
elif ! feat_missing "apk"; then
|
||||
@@ -22,7 +22,7 @@ function feat_add_npm() {
|
||||
cat - "$HOME/.bashrc.before" <<- EOF > "$HOME/.bashrc.before.tmp"
|
||||
export N_PREFIX="\$HOME/.local"
|
||||
export PATH="\$N_PREFIX/bin:\$PATH"
|
||||
EOF
|
||||
EOF
|
||||
mv "$HOME/.bashrc.before.tmp" "$HOME/.bashrc.before"
|
||||
feat_bashrc_before_needed
|
||||
. "$HOME/.bashrc.before"
|
||||
|
||||
Reference in New Issue
Block a user