Fix pacman repo added before update
This commit is contained in:
parent
0e9d13be82
commit
723385e5e5
@ -39,17 +39,17 @@ echo -n "Enter your GIT email: "; read GIT_EMAIL
|
||||
git config --global user.name "$GIT_NAME"
|
||||
git config --global user.email "$GIT_EMAIL"
|
||||
|
||||
# Adding pacman repo
|
||||
echo
|
||||
echo "Adding pacman repo..."
|
||||
sudo zypper --non-interactive --gpg-auto-import-keys addrepo --refresh -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/' packman
|
||||
|
||||
# Make sure we're up to date
|
||||
echo
|
||||
echo "Updating system..."
|
||||
sudo zypper --non-interactive --gpg-auto-import-keys update
|
||||
sudo zypper --non-interactive --gpg-auto-import-keys dup
|
||||
|
||||
# Adding pacman repo
|
||||
echo
|
||||
echo "Adding pacman repo..."
|
||||
sudo zypper --non-interactive --gpg-auto-import-keys addrepo --refresh -cfp 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/' packman
|
||||
|
||||
# NVIDIA Drivers
|
||||
echo
|
||||
echo "Installing proprietary NVIDIA drivers..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user