Skip to content

Commit f9387d5

Browse files
committed
Fixed issue with corrupted apt-list
1 parent eb665d4 commit f9387d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

installer.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ fi
2020

2121
DISTRO=$(lsb_release -c -s)
2222

23+
# FIREWALL FIX ALL THANKS TO JASPER LORD MASTER RACE
24+
# Special mention: IT DEPARTMENT
25+
sudo rm -rf /var/lib/apt/lists/* && apt-get update
26+
2327
#add ppa
2428
print_status "Adding LaunchPad PPA Repository"
2529
add-apt-repository -y ppa:webupd8team/sublime-text-3
@@ -132,4 +136,4 @@ do
132136
sleep 1
133137
done
134138
print_status "Reboot!"
135-
reboot
139+
reboot

0 commit comments

Comments
 (0)