mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
More pacman
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Installing all dependencies..."
|
echo "Installing all dependencies..."
|
||||||
yay -S --noconfirm --needed \
|
sudo pacman -S --noconfirm --needed \
|
||||||
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
|
||||||
|
|
||||||
echo "Starting Dropbox..."
|
echo "Starting Dropbox..."
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! command -v ufw &>/dev/null; then
|
if ! command -v ufw &>/dev/null; then
|
||||||
yay -S --noconfirm ufw
|
sudo pacman -S --noconfirm ufw
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v ufw-docker &>/dev/null; then
|
if ! command -v ufw-docker &>/dev/null; then
|
||||||
yay -S --noconfirm ufw-docker
|
sudo pacman -S --noconfirm ufw-docker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Allow nothing in, everything out
|
# Allow nothing in, everything out
|
||||||
|
|||||||
Reference in New Issue
Block a user